Type Alias GuildFixUrlMaxAggregateOutputType

GuildFixUrlMaxAggregateOutputType: {
    dbId: string | null;
    enabled: boolean | null;
    guildId: string | null;
    webhookEnabled: boolean | null;
    webhookId: string | null;
    webhookToken: string | null;
}