UNPKG

api-simplex-handler

Version:

一个api封装解析器

7 lines (6 loc) 151 B
import { ISendResponse } from "./ISendResponse"; interface IMock<T> extends ISendResponse<T> { describe?: string; data: T; } export { IMock };