@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Type Alias UserRoleUpsertWithWhereUniqueWithoutUserInput

    type UserRoleUpsertWithWhereUniqueWithoutUserInput = {
        create: Prisma.XOR<
            UserRoleCreateWithoutUserInput,
            UserRoleUncheckedCreateWithoutUserInput,
        >;
        update: Prisma.XOR<
            UserRoleUpdateWithoutUserInput,
            UserRoleUncheckedUpdateWithoutUserInput,
        >;
        where: UserRoleWhereUniqueInput;
    }
    Index

    Properties

    Properties