DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorCreateOrConnectWithoutVanityEmbedsInput

    type VanityEmbedAuthorCreateOrConnectWithoutVanityEmbedsInput = {
        create: XOR<
            VanityEmbedAuthorCreateWithoutVanityEmbedsInput,
            VanityEmbedAuthorUncheckedCreateWithoutVanityEmbedsInput,
        >;
        where: VanityEmbedAuthorWhereUniqueInput;
    }
    Index

    Properties

    Properties