UNPKG

wlpacks-ontimize-web-ngx

Version:
7 lines (6 loc) 174 B
import { OPermissions } from './o-permissions.type'; export declare type OTableMenuPermissions = { visible: boolean; enabled: boolean; items?: OPermissions[]; };