Type Alias GuildFixUrlCreateWithoutCustomRulesInput

GuildFixUrlCreateWithoutCustomRulesInput: {
    blacklistedChannels?: GuildFixUrlCreateblacklistedChannelsInput | string[];
    dbId?: string;
    enabled?: boolean;
    guildId: string;
    webhookEnabled?: boolean;
    webhookId?: string | null;
    webhookToken?: string | null;
}