interface IApiParams {
    name?:string,
    type?:"query"|"body"|"path"
}
export {IApiParams}