DisBot
    Preparing search index...

    Type Alias VanitysUncheckedUpdateWithoutUsersInput

    type VanitysUncheckedUpdateWithoutUsersInput = {
        Analytics?: VanityAnalyticUncheckedUpdateOneWithoutVanitysNestedInput;
        CreatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
        Embed?: VanityEmbedUncheckedUpdateOneWithoutVanitysNestedInput;
        GuildId?: StringFieldUpdateOperationsInput | string;
        Host?: StringFieldUpdateOperationsInput | string;
        Id?: IntFieldUpdateOperationsInput | number;
        InDiscovery?: NullableBoolFieldUpdateOperationsInput | boolean | null;
        Invite?: StringFieldUpdateOperationsInput | string;
        IsBannedFromDiscover?:
            | NullableBoolFieldUpdateOperationsInput
            | boolean
            | null;
        Slug?: StringFieldUpdateOperationsInput
        | string;
        UUID?: StringFieldUpdateOperationsInput | string;
    }
    Index

    Properties

    CreatedAt?: DateTimeFieldUpdateOperationsInput | Date | string
    InDiscovery?: NullableBoolFieldUpdateOperationsInput | boolean | null
    IsBannedFromDiscover?: NullableBoolFieldUpdateOperationsInput | boolean | null