import type { Action } from './Action.js'; import type { Constraint } from './Constraint.js'; export type Prohibition = { action?: Action; assignee?: string; assigner?: string; constraints?: Array; target?: string; uid?: string; };