forked from cms/tibi-svelte-starter
using wmbasic-api-types
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
// @ts-check
|
||||
/**
|
||||
* @typedef {import('../types') }
|
||||
*/
|
||||
|
||||
var utils = require("../lib/utils")
|
||||
|
||||
@@ -18,7 +15,7 @@ var utils = require("../lib/utils")
|
||||
}
|
||||
}
|
||||
|
||||
/** @type {import('../types').HookResponse} */
|
||||
/** @type {import('wmbasic-api-types').HookResponse} */
|
||||
// @ts-ignore
|
||||
var response = null
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user