UNPKG

@altus4/sdk

Version:

Official TypeScript SDK for Altus 4 - AI-Enhanced MySQL Full-Text Search Engine

13 lines 413 B
/** * Altus 4 SDK Types * * Centralized export of all TypeScript types and interfaces used in the SDK. */ export * from './common'; export * from './auth'; export * from './api-keys'; export * from './database'; export * from './analytics'; export type { SystemStatus, ServiceStatus, SetupRequest } from './management'; export type { ClientConfig } from '../client/config'; //# sourceMappingURL=index.d.ts.map