UNPKG

@mikle7/litty-api-client

Version:

TypeScript client for Litty API with clean, semantic type definitions

9 lines (8 loc) 248 B
/* tslint:disable */ /* eslint-disable */ // Export clean, semantic type aliases export * from './types/index'; // Export all API classes export * from './apis/index'; // Export runtime for advanced usage export { Configuration } from './runtime';