DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorUpdateInput

    type VanityEmbedAuthorUpdateInput = {
        IconURL?: NullableStringFieldUpdateOperationsInput | string | null;
        Name?: NullableStringFieldUpdateOperationsInput | string | null;
        URL?: NullableStringFieldUpdateOperationsInput | string | null;
        VanityEmbeds?: VanityEmbedUpdateOneRequiredWithoutAuthorNestedInput;
    }
    Index

    Properties