import { TypeEntity } from './typeEntity'; /** * * @export * @interface CheckPermissionRelationshipsResourcesData */ export interface CheckPermissionRelationshipsResourcesData { /** * * @type {TypeEntity} * @memberof CheckPermissionRelationshipsResourcesData */ 'type'?: TypeEntity; /** * The URN of the resource. * @type {string} * @memberof CheckPermissionRelationshipsResourcesData */ 'id'?: string; }