UNPKG

tsonik

Version:

A TypeScript client library for the Iconik API based on Swagger documentation

15 lines 630 B
/** * Type definitions for the Iconik API client * Re-export all types from their respective modules */ export * from './common'; export * from './assets'; export * from './collections'; export * from './search'; export * from './jobs'; export * from './http'; export * from './filesets'; export type { AssetFile, AssetFilesListParams, AssetFileParams, CreateFileRequest } from './files'; export type { Format, FormatStatus, ComponentType, FormatComponent, AssetFormatsListParams, CreateFormatRequest, UpdateFormatRequest, ReplaceFormatRequest } from './formats'; export * from './metadata'; //# sourceMappingURL=index.d.ts.map