import type { Constraint } from './Constraint.js'; export type Action = { constraint?: Constraint; includedIn?: string; type?: string; };