UNPKG

@brewww/authentication-service

Version:
10 lines (9 loc) 200 B
import { Role } from "./role.entity"; import { User } from "./user.entity"; export declare class UserRole { id: number; user: User; role: Role; createdAt: Date; updatedAt: Date; }