Type Alias GuildDropsGameWebhookMinAggregateOutputType

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