Type Alias GuildFixUrlMinAggregateOutputType

GuildFixUrlMinAggregateOutputType: {
    dbId: string | null;
    enabled: boolean | null;
    guildId: string | null;
    webhookAvatarUrl: string | null;
    webhookEnabled: boolean | null;
    webhookUsername: string | null;
}