UNPKG

ng-yunzai-mobile

Version:

1. 适配yunzai_uni_app_x

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; }