DisBot
    Preparing search index...

    Type Alias VanityEmbedCreateNestedOneWithoutVanitysInput

    type VanityEmbedCreateNestedOneWithoutVanitysInput = {
        connect?: VanityEmbedWhereUniqueInput;
        connectOrCreate?: VanityEmbedCreateOrConnectWithoutVanitysInput;
        create?: XOR<
            VanityEmbedCreateWithoutVanitysInput,
            VanityEmbedUncheckedCreateWithoutVanitysInput,
        >;
    }
    Index

    Properties