Files
boc/vims-backend/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js
T

5 lines
195 B
JavaScript
Raw Normal View History

import { _ep0, _mw7, command } from "../commandBuilder";
import { GetObject$ } from "../schemas/schemas_0";
export class GetObjectCommand extends command(_ep0, _mw7, "GetObject", GetObject$) {
}