UNPKG

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