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

    Type Alias UserRoleUpdateWithWhereUniqueWithoutRoleInput

    type UserRoleUpdateWithWhereUniqueWithoutRoleInput = {
        data: Prisma.XOR<
            UserRoleUpdateWithoutRoleInput,
            UserRoleUncheckedUpdateWithoutRoleInput,
        >;
        where: UserRoleWhereUniqueInput;
    }
    Index

    Properties

    Properties