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