import { BaseContainerModel } from '../base-container.model'; import { bl_fi_mst_item_hdr_RowInterface } from '../../dbschema/bl_fi_mst_item_hdr.model'; export declare class ItemLinkingContainerModel extends BaseContainerModel { bl_fi_mst_item_hdr: bl_fi_mst_item_hdr_RowInterface; }