type alias Termimport { type Term } from "https://deno.land/x/fluent@0.0.1/bundle/ast.ts"; definition: { id: string; value: Pattern; attributes: Record<string, Pattern>; }