Compress
Compress copied to clipboard
Broken types
In Target/Function/Integration.d.ts and almost everywhere else the Type is not resolved:
/**
* @module Integration
*
*/
export declare let System: string;
declare const _default: Type;
export default _default;
import type Type from "@Interface/Integration.js";