5 lines
231 B
JavaScript
5 lines
231 B
JavaScript
|
|
import { _ep5, _mw0, command } from "../commandBuilder";
|
||
|
|
import { GetObjectLegalHold$ } from "../schemas/schemas_0";
|
||
|
|
export class GetObjectLegalHoldCommand extends command(_ep5, _mw0, "GetObjectLegalHold", GetObjectLegalHold$) {
|
||
|
|
}
|