GuildFixUrlUncheckedCreateInput: {
    blacklistedCategories?: GuildFixUrlCreateblacklistedCategoriesInput | string[];
    blacklistedChannels?: GuildFixUrlCreateblacklistedChannelsInput | string[];
    customRules?: GuildFixUrlRuleUncheckedCreateNestedManyWithoutGuildFixUrlInput;
    dbId?: string;
    disabledGlobalRules?: GuildFixUrlCreatedisabledGlobalRulesInput | string[];
    enabled?: boolean;
    guildId: string;
    webhookAvatarUrl?: string | null;
    webhookEnabled?: boolean;
    webhookUsername?: string | null;
}