DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsSelect<ExtArgs>

    GuildTwitchNotificationsSelect: GetSelect<
        {
            ChannelId?: boolean;
            GuildId?: boolean;
            Guilds?: boolean
            | GuildsDefaultArgs<ExtArgs>;
            Id?: boolean;
            Live?: boolean;
            MessageTemplateId?: boolean;
            PingRoles?: boolean;
            TwitchChannelName?: boolean;
            UUID?: boolean;
        },
        ExtArgs["result"]["guildTwitchNotifications"],
    >

    Type Parameters