UNPKG

@prefecthq/prefect-ui-library

Version:

This library is the Vue and Typescript component library for [Prefect 2](https://github.com/PrefectHQ/prefect) and [Prefect Cloud 2](https://www.prefect.io/cloud/). _The components and utilities in this project are not meant to be used independently_.

21 lines (20 loc) 1.09 kB
export declare const maps: { SchemaResponse: { Schema: import("../mapper").MapFunction<import("..").SchemaResponseV2, import("..").SchemaV2>; }; SchemaPropertyResponse: { SchemaProperty: import("../mapper").MapFunction<import("../types/schemaResponse").SchemaPropertyResponse, import("../types/schema").SchemaProperty>; }; SchemaPropertiesResponse: { SchemaProperties: import("../mapper").MapFunction<import("../types/schemaResponse").SchemaPropertiesResponse, import("../types/schema").SchemaProperties>; }; Schema: { SchemaResponse: import("../mapper").MapFunction<import("..").SchemaV2, import("..").SchemaResponseV2>; }; SchemaProperty: { SchemaPropertyResponse: import("../mapper").MapFunction<import("../types/schema").SchemaProperty, import("../types/schemaResponse").SchemaPropertyResponse>; }; SchemaProperties: { SchemaPropertiesResponse: import("../mapper").MapFunction<import("../types/schema").SchemaProperties, import("../types/schemaResponse").SchemaPropertiesResponse>; }; };