Type Alias GuildRobloxGameInclude<ExtArgs>

GuildRobloxGameInclude<ExtArgs>: {
    gameConfig?: boolean | GuildRobloxGame$gameConfigArgs<ExtArgs>;
}

Type Parameters