UNPKG

150 BTypeScriptView Raw
1import { Object } from "./object";
2import { Oid } from "./oid";
3
4export class OdbExpandId {
5 id: Oid;
6 length: number;
7 type: Object.TYPE;
8}