Type Alias GuildDropsGameOmit<ExtArgs>

GuildDropsGameOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "gameId"
    | "guildDropsId"
    | "channelId"
    | "roleId"
    | "liveNotifications"
    | "createdAt", ExtArgs["result"]["guildDropsGame"]>

Type Parameters