DisBot
    Preparing search index...

    Type Alias VanityEmbedCreateNestedOneWithoutAuthorInput

    type VanityEmbedCreateNestedOneWithoutAuthorInput = {
        connect?: VanityEmbedWhereUniqueInput;
        connectOrCreate?: VanityEmbedCreateOrConnectWithoutAuthorInput;
        create?: XOR<
            VanityEmbedCreateWithoutAuthorInput,
            VanityEmbedUncheckedCreateWithoutAuthorInput,
        >;
    }
    Index

    Properties