UNPKG

ng-yunzai-mobile

Version:

1. 修改wechat.micro.ts

17 lines (16 loc) 389 B
export interface GroupRoleInterface { title?: string; key?: string; type?: string; code?: string; leaf?: boolean; selected?: boolean; expanded?: boolean; children?: Array<GroupRoleInterface>; } export declare class ComponentOption { roleGroupCode?: string; count?: number; defaultContacts?: Array<any>; userTypes?: string; }