UNPKG

bfend

Version:

Admin template base on ng-zorro-antd

9 lines (8 loc) 170 B
import { ACLType } from './acl.service'; export interface User { name?: string; avatar?: string; phone?: string; acl?: ACLType; [key: string]: any; }