import * as IShared from '../../../shared/interface'; import { StartDocumentHeaderLastUpdateVirtuals } from '../../../shared/entities/stock'; export type Entity = StartDocumentHeaderLastUpdateVirtuals; export declare const Route = "start_document_header_last_update"; export declare const UpperName = "StartDocumentHeaderLastUpdate"; export declare const LowerName: string; export interface IRepository { findById(selector: IShared.IFindByIdRequest): Promise; } export type IController = IRepository;