import type { Dictionary } from "./schema.ts" export const ruleDataIds = [ "phrasal-verb", "hedging", "marketing", "adjectival-participle", ] as const export type RuleDataId = (typeof ruleDataIds)[number] export type RuleData = Readonly>> export type RuleDataExtensions = Readonly>>