import { Object } from "./object";
import { Oid } from "./oid";

export class OdbExpandId {
    id: Oid;
    length: number;
    type: Object.TYPE;
}
