DisBot
    Preparing search index...

    Type Alias VanityEmbedUpdateOneRequiredWithoutAuthorNestedInput

    type VanityEmbedUpdateOneRequiredWithoutAuthorNestedInput = {
        connect?: VanityEmbedWhereUniqueInput;
        connectOrCreate?: VanityEmbedCreateOrConnectWithoutAuthorInput;
        create?: XOR<
            VanityEmbedCreateWithoutAuthorInput,
            VanityEmbedUncheckedCreateWithoutAuthorInput,
        >;
        update?: XOR<
            XOR<
                VanityEmbedUpdateToOneWithWhereWithoutAuthorInput,
                VanityEmbedUpdateWithoutAuthorInput,
            >,
            VanityEmbedUncheckedUpdateWithoutAuthorInput,
        >;
        upsert?: VanityEmbedUpsertWithoutAuthorInput;
    }
    Index

    Properties