UNPKG

floomai

Version:

Floom orchestrates & executes Generative AI pipelines, Empowering Developers and DevOps to focus on what matters.

9 lines (8 loc) 167 B
import { DataType } from './DataType'; export interface ResponseValue { type: DataType; format: string; value: string; b64: string; url: string; }