@calf/common
Version:
Common module of Calf framework.
11 lines (10 loc) • 431 B
TypeScript
export * from "./custom-validation-fn.interface";
export * from "./list-query-result.interface";
export * from "./remove-query.interface";
export * from "./single-query.interface";
export * from "./update-query.interface";
export * from "./count-query.interface";
export * from "./list-query.interface";
export * from "./query-term.interface";
export * from "./get-query.interface";
export * from "./populate.interface";