DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsGroupByOutputType

    type GuildTwitchNotificationsGroupByOutputType = {
        _avg: GuildTwitchNotificationsAvgAggregateOutputType | null;
        _count: GuildTwitchNotificationsCountAggregateOutputType | null;
        _max: GuildTwitchNotificationsMaxAggregateOutputType | null;
        _min: GuildTwitchNotificationsMinAggregateOutputType | null;
        _sum: GuildTwitchNotificationsSumAggregateOutputType | null;
        ChannelId: string;
        GuildId: string;
        Id: number;
        Live: boolean;
        MessageTemplateId: string;
        PingRoles: string[];
        TwitchChannelName: string;
        UUID: string;
    }
    Index

    Properties

    ChannelId: string
    GuildId: string
    Id: number
    Live: boolean
    MessageTemplateId: string
    PingRoles: string[]
    TwitchChannelName: string
    UUID: string