mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fear: implement interface to dynamic list service.
This commit is contained in:
@@ -17,4 +17,9 @@ export interface IDynamicListFilterDTO {
|
||||
filterRoles?: IFilterRole[],
|
||||
columnSortBy: string,
|
||||
sortOrder: string,
|
||||
}
|
||||
|
||||
export interface IDynamicListService {
|
||||
dynamicList(tenantId: number, model: any, filter: IDynamicListFilterDTO): Promise<any>;
|
||||
handlerErrorsToResponse(error, req, res, next): void;
|
||||
}
|
||||
Reference in New Issue
Block a user