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

    Type Alias RoleUpdateToOneWithWhereWithoutUserRolesInput

    type RoleUpdateToOneWithWhereWithoutUserRolesInput = {
        data: Prisma.XOR<
            RoleUpdateWithoutUserRolesInput,
            RoleUncheckedUpdateWithoutUserRolesInput,
        >;
        where?: RoleWhereInput;
    }
    Index

    Properties

    Properties