Type Alias GuildDropsSelectUpdateManyAndReturn<ExtArgs>

GuildDropsSelectUpdateManyAndReturn<ExtArgs>: GetSelect<{
    createdAt?: boolean;
    dbId?: boolean;
    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;
}, ExtArgs["result"]["guildDrops"]>

Type Parameters