Updates
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import _ from "lodash";
|
||||
import { APIPathsCrudParams, APIPathsParamsAllowedTable } from "../../types";
|
||||
import {
|
||||
APIPathsCrudParams,
|
||||
APIPathsParamsAllowedTable,
|
||||
APIPathsQuery,
|
||||
} from "../../types";
|
||||
|
||||
export default async function checks<
|
||||
T extends { [k: string]: any } = { [k: string]: any }
|
||||
|
||||
Reference in New Issue
Block a user