@isaac-platform/isaac-integration-sdk
Version:
A Typescript SDK for integrating with ISAAC
10 lines • 342 B
TypeScript
export type isaacControlPanel = {
subsystemExternalId: string;
type: string;
connection: connectionIframe | connectionMedialon | connectionISAACConnect;
displayName?: string;
};
export type connectionIframe = {};
export type connectionMedialon = {};
export type connectionISAACConnect = {};
//# sourceMappingURL=types.d.ts.map