/**
* A permission belonging to a project.
*
* @category Model Admin
*/
export declareclassProjectPermission{
/**
* The Iri of the permission.
*/
id: string;
/**
* The type of the permission.
*/
permissionType: string;
}
//# sourceMappingURL=project-permission.d.ts.map