import { Id } from "../models/basic/Id"; export interface Parsed { getId: () => I; }