UNPKG

cloud-ide-model-schema

Version:

Pachage for schema management of Cloud IDEsys LMS

8 lines (7 loc) 140 B
export interface UserPermissions { _id: string; create?: boolean; read?: boolean; update?: boolean; delete?: boolean; }