5 lines
207 B
JavaScript
5 lines
207 B
JavaScript
|
|
import { _ep0, _mw0, command } from "../commandBuilder";
|
||
|
|
import { DeleteObject$ } from "../schemas/schemas_0";
|
||
|
|
export class DeleteObjectCommand extends command(_ep0, _mw0, "DeleteObject", DeleteObject$) {
|
||
|
|
}
|