import { Oid } from './oid'; export class OdbExpandId { id: Oid; length: number; type: number; }