5 lines
199 B
JavaScript
5 lines
199 B
JavaScript
|
|
import { _ep0, _mw8, command } from "../commandBuilder";
|
||
|
|
import { HeadObject$ } from "../schemas/schemas_0";
|
||
|
|
export class HeadObjectCommand extends command(_ep0, _mw8, "HeadObject", HeadObject$) {
|
||
|
|
}
|