UNPKG

@isaac-platform/isaac-integration-sdk

Version:

A Typescript SDK for integrating with ISAAC

15 lines 464 B
import { IsaacBlockItemEntry, IsaacBlockType, IsaacBlockInterface } from "./types.js"; export declare class IsaacBlock implements IsaacBlockInterface { id?: number; displayName: string; description?: string; duration?: number; zone?: any; _links?: string[]; createdAt: string; updatedAt: string; zoneId: number; items: IsaacBlockItemEntry[]; constructor(definition: IsaacBlockType); } //# sourceMappingURL=block.d.ts.map