UNPKG

@knora/api

Version:

JavaScript library that handles API requests to Knora

18 lines (17 loc) 352 B
/** * A permission. */ 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; }