UNPKG
netsuite-companion
Version:
latest (1.0.13)
1.0.13
NetSuite account customizations scaffold
netsuite-companion
/
cmd
/
init
/
types.d.ts
11 lines
(10 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
interface
IStorage
{ name:
string
email:
string
vendor:
string
prefix:
string
lang:
string
}
interface
InitAnswer
extends
IStorage
{ store:
boolean
}