UNPKG

@isaac-platform/isaac-integration-sdk

Version:

A Typescript SDK for integrating with ISAAC

10 lines 379 B
import isaacConnection from "../../controller/isaac.js"; import { IsaacEvent } from "./event.js"; import { IsaacEventType } from "./types.js"; export declare class EventController { private isaacConn; constructor(connection: isaacConnection); GetEvents(): Promise<IsaacEvent[]>; GetEvent(id: number): Promise<IsaacEventType>; } //# sourceMappingURL=index.d.ts.map