DisBot
    Preparing search index...

    Type Alias VerificationGatesUpsertWithWhereUniqueWithoutVerificationGatesInput

    type VerificationGatesUpsertWithWhereUniqueWithoutVerificationGatesInput = {
        create: XOR<
            VerificationGatesCreateWithoutVerificationGatesInput,
            VerificationGatesUncheckedCreateWithoutVerificationGatesInput,
        >;
        update: XOR<
            VerificationGatesUpdateWithoutVerificationGatesInput,
            VerificationGatesUncheckedUpdateWithoutVerificationGatesInput,
        >;
        where: VerificationGatesWhereUniqueInput;
    }
    Index

    Properties

    Properties