Type Alias GuildDropsWebhookMinAggregateOutputType

GuildDropsWebhookMinAggregateOutputType: {
    avatarUrl: string | null;
    dbId: string | null;
    guildDropsId: string | null;
    username: string | null;
}