DisBot
    Preparing search index...

    Type Alias VanitysUpsertWithoutEmbedInput

    type VanitysUpsertWithoutEmbedInput = {
        create: XOR<
            VanitysCreateWithoutEmbedInput,
            VanitysUncheckedCreateWithoutEmbedInput,
        >;
        update: XOR<
            VanitysUpdateWithoutEmbedInput,
            VanitysUncheckedUpdateWithoutEmbedInput,
        >;
        where?: VanitysWhereInput;
    }
    Index

    Properties

    Properties