UNPKG

netsuite-companion

Version:

NetSuite account customizations scaffold

11 lines (10 loc) 184 B
interface IStorage { name: string email: string vendor: string prefix: string lang: string } interface InitAnswer extends IStorage { store: boolean }