UNPKG
netsuite-companion
Version:
latest (1.0.13)
1.0.13
NetSuite account customizations scaffold
netsuite-companion
/
cmd
/
add
/
project
/
types.d.ts
7 lines
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
7
interface
IAddProjectAnswer
{ title:
string
readme:
string
description:
string
user_name?:
string
user_email?:
string
}