UNPKG

@dasch-swiss/dsp-js

Version:

JavaScript library that handles API requests to Knora

20 lines (19 loc) 380 B
/** * A permission. * * @category Model Admin */ export declare class Permission { /** * An IRI representing additional information about the permission. */ additionalInformation?: string; /** * The name of the enclosing object. */ name: string; /** * A permission's numeric permission code. */ permissionCode?: number; }