import { Document } from "../document"; export interface Role extends Document { permissionId: string; inherits: string; }