DisBot
    Preparing search index...

    Type Alias VanitysUpsertWithoutAnalyticsInput

    type VanitysUpsertWithoutAnalyticsInput = {
        create: XOR<
            VanitysCreateWithoutAnalyticsInput,
            VanitysUncheckedCreateWithoutAnalyticsInput,
        >;
        update: XOR<
            VanitysUpdateWithoutAnalyticsInput,
            VanitysUncheckedUpdateWithoutAnalyticsInput,
        >;
        where?: VanitysWhereInput;
    }
    Index

    Properties

    Properties