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