DisBot
    Preparing search index...

    Type Alias VanityEmbedUpdateOneWithoutVanitysNestedInput

    type VanityEmbedUpdateOneWithoutVanitysNestedInput = {
        connect?: VanityEmbedWhereUniqueInput;
        connectOrCreate?: VanityEmbedCreateOrConnectWithoutVanitysInput;
        create?: XOR<
            VanityEmbedCreateWithoutVanitysInput,
            VanityEmbedUncheckedCreateWithoutVanitysInput,
        >;
        delete?: VanityEmbedWhereInput
        | boolean;
        disconnect?: VanityEmbedWhereInput | boolean;
        update?: XOR<
            XOR<
                VanityEmbedUpdateToOneWithWhereWithoutVanitysInput,
                VanityEmbedUpdateWithoutVanitysInput,
            >,
            VanityEmbedUncheckedUpdateWithoutVanitysInput,
        >;
        upsert?: VanityEmbedUpsertWithoutVanitysInput;
    }
    Index

    Properties

    delete?: VanityEmbedWhereInput | boolean
    disconnect?: VanityEmbedWhereInput | boolean