webcad-ue4-api/types/DatabaseServices/WblockCloneFiler.d.ts

11 lines
425 B
TypeScript
Raw Normal View History

2021-01-28 10:17:21 +08:00
import { DeepCloneFiler } from "./DeepCloneFiler";
2022-02-16 11:15:31 +08:00
import { ObjectId } from "./ObjectId";
2021-01-28 10:17:21 +08:00
export declare class WblockCloneFiler extends DeepCloneFiler {
}
2022-02-16 11:15:31 +08:00
/**
* ,,
*/
export declare class WblockCloneFiler2 extends DeepCloneFiler {
WriteObjectId(id: ObjectId): this;
}
2021-01-28 10:17:21 +08:00
//# sourceMappingURL=WblockCloneFiler.d.ts.map