import { bl_fi_mst_item_ext_RowClass, bl_fi_mst_item_hdr_RowClass, bl_fi_mst_item_image_hdr_RowClass, bl_fi_mst_item_line_RowClass, bl_fi_mst_item_line_RowInterface } from '../../../dbschema'; import { BaseContainerModel } from '../../base-container.model'; export declare class FinancialItemContainerModel extends BaseContainerModel { bl_fi_mst_item_hdr: bl_fi_mst_item_hdr_RowClass; bl_fi_mst_item_lines: bl_fi_mst_item_line_RowClass[]; bl_fi_mst_item_exts: bl_fi_mst_item_ext_RowClass[]; bl_fi_mst_item_image_hdrs?: bl_fi_mst_item_image_hdr_RowClass[]; } export declare class FinancialItemLineModel extends BaseContainerModel { bl_fi_mst_item_line: bl_fi_mst_item_line_RowInterface; } export declare class FinancialItemQueryCriteria { offset: number; limit: number; orderBy: string; order: string; keyword: string; txn_type: string; code: string; name: string; descr: string; status: string; param_code: string; value_string: string; }