Type Alias GuildFixUrlRuleUncheckedCreateWithoutGuildFixUrlInput

GuildFixUrlRuleUncheckedCreateWithoutGuildFixUrlInput: {
    dbId?: string;
    enabled?: boolean;
    original: string;
    replacement: string;
}