UNPKG

cecon-interfaces

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