import { BaseContainerModel } from '../base-container.model'; import { bl_wms_grn_attachment_RowInterface } from '../../dbschema/index'; export declare class WarehouseGrnAttachmentContainerModel extends BaseContainerModel { bl_wms_grn_attachment: bl_wms_grn_attachment_RowInterface; }