UNPKG
pb-to-ts-api
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
help you transfer protobuf file to your custom d.ts and api request method
pb-to-ts-api
/
src
/
interfaces
/
IOptions.ts
11 lines
(10 loc)
•
178 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
IOptions
{
requestModule
:
string
;
baseUrl
:
string
;
folder
:
string
;
root
:
string
;
optional
:
boolean
;
mock
:
boolean
;
port
:
string
;
help
:
string
; }