5 lines
235 B
JavaScript
5 lines
235 B
JavaScript
|
|
import { _ep5, _mw1, command } from "../commandBuilder";
|
||
|
|
import { GetObjectAttributes$ } from "../schemas/schemas_0";
|
||
|
|
export class GetObjectAttributesCommand extends command(_ep5, _mw1, "GetObjectAttributes", GetObjectAttributes$) {
|
||
|
|
}
|