Type Alias $GuildRobloxGamePayload<ExtArgs>

$GuildRobloxGamePayload<ExtArgs>: {
    composites: {};
    name: "GuildRobloxGame";
    objects: {
        gameConfig: $GuildGameConfigPayload<ExtArgs> | null;
    };
    scalars: GetPayloadResult<{
        channelId: string | null;
        dbId: string;
        gameConfigId: string;
        kinds: GameRobloxKindEnum;
        pingRoleId: string | null;
        placeId: string;
        title: string | null;
        universeId: string | null;
    }, ExtArgs["result"]["guildRobloxGame"]>;
}

Type Parameters