Lincecum
03/10/2025, 4:24 PM@oracle/netsuite-uif-types
but it's not working.
Any suggesstion?
[17:23:52] Starting 'compileTs'...
src/SuiteApps/com.netsuite.uifhwts/helloworld/HelloWorld.tsx(6,4): error TS2322: Type '{ children: any; horizontalAlignment: HorizontalAlignment; verticalAlignment: VerticalAlignment; }' is not assignable to type 'Options'.
Property 'children' does not exist on type 'Options'.
src/SuiteApps/com.netsuite.uifhwts/helloworld/HelloWorld.tsx(10,5): error TS2559: Type '{ children: string; }' has no properties in common with type 'Options'.
TypeScript: 2 semantic errors
[17:23:54] Error: TypeScript: Compilation failed
at Output.mightFinish (/Users/s/spa-suiteapp-samples/helloworld-ts/node_modules/gulp-typescript/release/output.js:130:43)
at /Users/s/spa-suiteapp-samples/helloworld-ts/node_modules/gulp-typescript/release/output.js:43:22
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)