UNPKG

very-express

Version:

based on json schema and openapi, generate Express RestApi server with mongoDb

10 lines (9 loc) 304 B
export { responseMsg } from "./responseMsg.gen"; export { responseCode, ResponseCode } from "./responseCode.gen"; export { responseStatusCodeMap } from "./responseStatusCodeMap.gen"; export interface responseObject<T>{ ret_code : number, ret_msg : string, ret_time?: number, result: T, }