import { CompactID } from "../../reader"; /** * An ObjectID is a CompactID structure, as defined in [MS-ONESTORE], that specifies the identifier of an object in an object space. An object resolves to either a property set (section 2.1.13) or a file data object (section 2.1.5). */ export type ObjectID = CompactID;