Type Alias GuildFixUrlRuleMaxAggregateOutputType

GuildFixUrlRuleMaxAggregateOutputType: {
    dbId: string | null;
    enabled: boolean | null;
    guildFixUrlId: string | null;
    original: string | null;
    replacement: string | null;
}