UNPKG

@imgly/plugin-ai-generation-web

Version:

AI generation plugin for the CE.SDK editor

6 lines (5 loc) 316 B
import { OpenAPIV3 } from 'openapi-types'; import { OutputKind, PanelInputSchema } from '../core/provider'; import { Property } from './types'; declare function getProperties<K extends OutputKind, I>(inputSchema: OpenAPIV3.SchemaObject, panelInput: PanelInputSchema<K, I>): Property[]; export default getProperties;