import { BaseObject } from './baseObject';
export interface LabelAction extends BaseObject {
}
