UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

16 lines (15 loc) 264 B
/** * A permission belonging to a project. * * @category Model Admin */ export declare class ProjectPermission { /** * The Iri of the permission. */ id: string; /** * The type of the permission. */ permissionType: string; }