DisBot
    Preparing search index...

    Type Alias VanityEmbedUncheckedCreateNestedOneWithoutVanitysInput

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

    Properties