5 lines
247 B
JavaScript
5 lines
247 B
JavaScript
|
|
import { _ep5, _mw5, command } from "../commandBuilder";
|
||
|
|
import { UpdateObjectEncryption$ } from "../schemas/schemas_0";
|
||
|
|
export class UpdateObjectEncryptionCommand extends command(_ep5, _mw5, "UpdateObjectEncryption", UpdateObjectEncryption$) {
|
||
|
|
}
|