I'm trying to import the module N/suiteAppInfo for...
# suitescript
g
I'm trying to import the module N/suiteAppInfo for our suiteapp but it doesn't seem to import the module?
n
What does the code look like and in what way does it not seem to import it?
👆 1
g
Copy code
/**
 * Webhook auth check restlet
 * @NApiVersion 2.1
 * @NScriptType restlet
 */
define(["require", "exports", "N/suiteAppInfo"], function (require, exports, suiteAppInfo) {
    "use strict";
    Object.defineProperty(exports, "__esModule", { value: true });
    exports.get = void 0;
    const get = () => {
      log.debug('suiteAppInfo', suiteAppInfo)
suiteAppInfo is undefined
nevermind it was a typescript transpilation issue