DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsGroupByOutputType

    type GuildYoutubeNotificationsGroupByOutputType = {
        _avg: GuildYoutubeNotificationsAvgAggregateOutputType | null;
        _count: GuildYoutubeNotificationsCountAggregateOutputType | null;
        _max: GuildYoutubeNotificationsMaxAggregateOutputType | null;
        _min: GuildYoutubeNotificationsMinAggregateOutputType | null;
        _sum: GuildYoutubeNotificationsSumAggregateOutputType | null;
        ChannelId: string;
        GuildId: string;
        Id: number;
        Latest: string[];
        MessageTemplateId: string;
        PingRoles: string[];
        UUID: string;
        YoutubeChannelId: string;
    }
    Index

    Properties

    ChannelId: string
    GuildId: string
    Id: number
    Latest: string[]
    MessageTemplateId: string
    PingRoles: string[]
    UUID: string
    YoutubeChannelId: string