import { Command } from '@my-devkit/core'; import { ObjectPropertyType } from '@we-scrum/enums'; export declare class CreateObjectPropertyCommand extends Command { objectId: string; objectPropertyId: string; objectPropertyParentId: string; name: string; objectPropertyType: ObjectPropertyType; enumerationId: string; isArray: boolean; constructor(); }