/**
 * Base interface for all data object entities.
 *
 * @see "org.eclipse.scout.rt.dataobject.IDoEntity"
 */
export interface DoEntity {
    _type?: string;
    _typeVersion?: string;
}
//# sourceMappingURL=DoEntity.d.ts.map