DisBot
    Preparing search index...

    Type Alias VanityEmbedAuthorUpsertWithoutVanityEmbedsInput

    type VanityEmbedAuthorUpsertWithoutVanityEmbedsInput = {
        create: XOR<
            VanityEmbedAuthorCreateWithoutVanityEmbedsInput,
            VanityEmbedAuthorUncheckedCreateWithoutVanityEmbedsInput,
        >;
        update: XOR<
            VanityEmbedAuthorUpdateWithoutVanityEmbedsInput,
            VanityEmbedAuthorUncheckedUpdateWithoutVanityEmbedsInput,
        >;
        where?: VanityEmbedAuthorWhereInput;
    }
    Index

    Properties

    Properties