Compress icon indicating copy to clipboard operation
Compress copied to clipboard

Broken types

Open NikolaRHristov opened this issue 1 year ago • 0 comments

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";

Target/Interface/Option.d.ts:

image

NikolaRHristov avatar Apr 08 '24 12:04 NikolaRHristov