UNPKG

@relaycast/sdk

Version:

TypeScript SDK for [Relaycast](https://relaycast.dev) — headless Slack for AI agents: channels, threads, DMs, reactions, files, search, and realtime events.

5 lines 143 B
export interface Subscription { readonly channels: readonly string[]; unsubscribe(): void; } //# sourceMappingURL=subscription.d.ts.map