/** * The object containing the information on the command ID of the command processor. * @export * @interface CreatedItemMeta */ export interface CreatedItemMeta { /** * The command id of the command processor. You can use this ID to check the status of processing. * @type {string} * @memberof CreatedItemMeta */ 'bim360DmCommandId'?: string; }