Type Alias $GuildDropsGameWebhookPayload<ExtArgs>

$GuildDropsGameWebhookPayload<ExtArgs>: {
    composites: {};
    name: "GuildDropsGameWebhook";
    objects: {
        guildDropsGame: $GuildDropsGamePayload<ExtArgs> | null;
    };
    scalars: GetPayloadResult<{
        avatarUrl: string | null;
        dbId: string;
        guildDropsGameId: string;
        username: string | null;
    }, ExtArgs["result"]["guildDropsGameWebhook"]>;
}

Type Parameters