UNPKG

coersystem

Version:

Library for Angular projects

8 lines (7 loc) 149 B
export interface IMenuAccess { module: string | null; submodule: string | null; page: string; path: string; readonly: boolean; }