UNPKG

ui-framework-jps

Version:

A simple UI framework for state management and UI components

5 lines (4 loc) 147 B
export interface ObjectPermissionChecker { hasPermissionToUpdateItem(item: any): boolean; hasPermissionToDeleteItem(item: any): boolean; }