netsuite-starter
Version:
Scaffold to build NetSuite account customizations
20 lines (17 loc) • 409 B
Plain Text
/**
* Static file
*
* WARNING:
* TypeScript generated file, do not edit directly
* source files are located in the the repository
*
* @description: <%= description %>
*
* @copyright <%= date %> <%= company_name %>
* @author <%= user_name %> <<%= user_email %>>
*
* @NApiVersion 2.x
* @NModuleScope SameAccount
*/
enum <%= namePascal %> {};
export default <%= namePascal %>;