Type Alias GuildDropsGameWebhookMaxAggregateOutputType

GuildDropsGameWebhookMaxAggregateOutputType: {
    avatarUrl: string | null;
    dbId: string | null;
    guildDropsGameId: string | null;
    username: string | null;
}