5 lines
247 B
JavaScript
5 lines
247 B
JavaScript
|
|
import { _ep9, _mw4, command } from "../commandBuilder";
|
||
|
|
import { WriteGetObjectResponse$ } from "../schemas/schemas_0";
|
||
|
|
export class WriteGetObjectResponseCommand extends command(_ep9, _mw4, "WriteGetObjectResponse", WriteGetObjectResponse$) {
|
||
|
|
}
|