Type Alias GuildRobloxGameOmit<ExtArgs>

GuildRobloxGameOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "placeId"
    | "universeId"
    | "title"
    | "kinds"
    | "channelId"
    | "pingRoleId"
    | "gameConfigId", ExtArgs["result"]["guildRobloxGame"]>

Type Parameters