UNPKG

api-simplex-handler

Version:

一个api封装解析器

6 lines (5 loc) 105 B
interface IApiParams { name?: string; type?: "query" | "body" | "path"; } export { IApiParams };