5 lines
251 B
JavaScript
5 lines
251 B
JavaScript
|
|
import { _ep3, _mw0, command } from "../commandBuilder";
|
||
|
|
import { GetBucketRequestPayment$ } from "../schemas/schemas_0";
|
||
|
|
export class GetBucketRequestPaymentCommand extends command(_ep3, _mw0, "GetBucketRequestPayment", GetBucketRequestPayment$) {
|
||
|
|
}
|