import type { ItemTypeArray } from "./key"; export interface Coordinate { kta: ItemTypeArray; scopes: string[]; toString: () => string; }