5 lines
207 B
JavaScript
5 lines
207 B
JavaScript
|
|
import { _ep2, _mw2, command } from "../commandBuilder";
|
||
|
|
import { CreateBucket$ } from "../schemas/schemas_0";
|
||
|
|
export class CreateBucketCommand extends command(_ep2, _mw2, "CreateBucket", CreateBucket$) {
|
||
|
|
}
|