UNPKG

mobyo-interfaces

Version:
13 lines (12 loc) 269 B
import { EPayioRole } from '../enums/role.enum'; export interface IPayioPermission { active: boolean; code: string; createdAt: Date; description: string; id: string; name: string; role: EPayioRole; tags: string[]; updatedAt: Date; }