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

    Type Alias UserRoleUpdateWithWhereUniqueWithoutUserInput

    type UserRoleUpdateWithWhereUniqueWithoutUserInput = {
        data: Prisma.XOR<
            UserRoleUpdateWithoutUserInput,
            UserRoleUncheckedUpdateWithoutUserInput,
        >;
        where: UserRoleWhereUniqueInput;
    }
    Index

    Properties

    Properties