export interface ClosingTemplateImportItemProps { type: 'create' | 'update'; name: string; locations?: FdoInventoryLocation[] | null | undefined; items?: FdoClosingTemplateItem[] | null | undefined; errors: string[]; }