import type * as Merge from "../../../index"; export interface ItemSchema { itemType?: Merge.crm.ItemTypeEnum; itemFormat?: Merge.crm.ItemFormatEnum; itemChoices?: string[]; }