5 lines
211 B
JavaScript
5 lines
211 B
JavaScript
|
|
import { _ep5, _mw9, command } from "../commandBuilder";
|
||
|
|
import { PutBucketAbac$ } from "../schemas/schemas_0";
|
||
|
|
export class PutBucketAbacCommand extends command(_ep5, _mw9, "PutBucketAbac", PutBucketAbac$) {
|
||
|
|
}
|