flowus-api-sdk
Version:
Official TypeScript/JavaScript SDK for FlowUs API - Create, manage, and interact with FlowUs pages, databases, and blocks
23 lines (22 loc) • 973 B
TypeScript
/**
* FlowUs API
* FlowUs Developer API
*
* The version of the OpenAPI document: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import type { PropertySchema } from './PropertySchema';
/**
* @type UpdateDatabaseRequestPropertiesValue
*
* @export
*/
export type UpdateDatabaseRequestPropertiesValue = PropertySchema;
export declare function UpdateDatabaseRequestPropertiesValueFromJSON(json: any): UpdateDatabaseRequestPropertiesValue;
export declare function UpdateDatabaseRequestPropertiesValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateDatabaseRequestPropertiesValue;
export declare function UpdateDatabaseRequestPropertiesValueToJSON(json: any): any;
export declare function UpdateDatabaseRequestPropertiesValueToJSONTyped(value?: UpdateDatabaseRequestPropertiesValue | null, ignoreDiscriminator?: boolean): any;