5 lines
211 B
JavaScript
5 lines
211 B
JavaScript
|
|
import { _ep5, _mw5, command } from "../commandBuilder";
|
||
|
|
import { DeleteObjects$ } from "../schemas/schemas_0";
|
||
|
|
export class DeleteObjectsCommand extends command(_ep5, _mw5, "DeleteObjects", DeleteObjects$) {
|
||
|
|
}
|