Type Alias GuildDropsSelect<ExtArgs>

GuildDropsSelect<ExtArgs>: GetSelect<{
    _count?: boolean | GuildDropsCountOutputTypeDefaultArgs<ExtArgs>;
    createdAt?: boolean;
    dbId?: boolean;
    games?: boolean | GuildDrops$gamesArgs<ExtArgs>;
    guildId?: boolean;
    kickChannelId?: boolean;
    kickEnabled?: boolean;
    kickLiveNotificationChannelId?: boolean;
    kickLiveNotificationRoleId?: boolean;
    kickRoleId?: boolean;
    liveNotifications?: boolean;
    twitchChannelId?: boolean;
    twitchEnabled?: boolean;
    twitchLiveNotificationChannelId?: boolean;
    twitchLiveNotificationRoleId?: boolean;
    twitchRoleId?: boolean;
    updatedAt?: boolean;
    webhook?: boolean | GuildDrops$webhookArgs<ExtArgs>;
}, ExtArgs["result"]["guildDrops"]>

Type Parameters