webcad-api/types/DatabaseServices/OwnerContainer.d.ts

4 lines
140 B
TypeScript
Raw Normal View History

2023-05-08 10:53:13 +08:00
export interface OwnerContainer {
Add(object: any, isCheckObjectCleanly?: boolean): void;
}
//# sourceMappingURL=OwnerContainer.d.ts.map