Type Alias $GuildGameChangelogPayload<ExtArgs>

$GuildGameChangelogPayload<ExtArgs>: {
    composites: {};
    name: "GuildGameChangelog";
    objects: {
        gameConfig: $GuildGameConfigPayload<ExtArgs> | null;
    };
    scalars: GetPayloadResult<{
        channelId: string | null;
        dbId: string;
        gameConfigId: string;
        pingRoleId: string | null;
        steamAppId: number;
        title: string | null;
    }, ExtArgs["result"]["guildGameChangelog"]>;
}

Type Parameters