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

    Type Alias UserRoleUpsertWithWhereUniqueWithoutRoleInput

    type UserRoleUpsertWithWhereUniqueWithoutRoleInput = {
        create: Prisma.XOR<
            UserRoleCreateWithoutRoleInput,
            UserRoleUncheckedCreateWithoutRoleInput,
        >;
        update: Prisma.XOR<
            UserRoleUpdateWithoutRoleInput,
            UserRoleUncheckedUpdateWithoutRoleInput,
        >;
        where: UserRoleWhereUniqueInput;
    }
    Index

    Properties

    Properties