DisBot
    Preparing search index...

    Type Alias VanitysUpsertWithWhereUniqueWithoutUsersInput

    type VanitysUpsertWithWhereUniqueWithoutUsersInput = {
        create: XOR<
            VanitysCreateWithoutUsersInput,
            VanitysUncheckedCreateWithoutUsersInput,
        >;
        update: XOR<
            VanitysUpdateWithoutUsersInput,
            VanitysUncheckedUpdateWithoutUsersInput,
        >;
        where: VanitysWhereUniqueInput;
    }
    Index

    Properties

    Properties