UNPKG

pb-to-ts-api

Version:

help you transfer protobuf file to your custom d.ts and api request method

11 lines (10 loc) 178 B
export interface IOptions { requestModule: string; baseUrl: string; folder: string; root: string; optional: boolean; mock: boolean; port: string; help: string; }