5 lines
237 B
JavaScript
5 lines
237 B
JavaScript
|
|
import { _ep5, _mw12, command } from "../commandBuilder";
|
||
|
|
import { SelectObjectContent$ } from "../schemas/schemas_0";
|
||
|
|
export class SelectObjectContentCommand extends command(_ep5, _mw12, "SelectObjectContent", SelectObjectContent$) {
|
||
|
|
}
|