UNPKG

@dasch-swiss/dsp-js

Version:
16 lines 312 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; } //# sourceMappingURL=project-permission.d.ts.map