UNPKG

openapi-formkit

Version:

Transform an OpenAPI document to a FormKit schema

3 lines (2 loc) 128 B
import { Parameter } from "../types"; export declare function getPlaceholderFromExamples(param: Parameter): string | undefined;