UNPKG

@yelon/util

Version:
11 lines (10 loc) 212 B
export interface YunzaiRole { id: string; onlyDeptOne: boolean; onlyOne: boolean; roleDesc: string; roleName: string; roleValue: string; status: number; thisDepartment: boolean; }