@vectorize-io/vectorize-client
Version:
Client for the Vectorize API
27 lines (26 loc) • 1.02 kB
TypeScript
/**
* Vectorize API (Beta)
* API for Vectorize services
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
*/
export declare const ScheduleSchemaType: {
readonly Manual: "manual";
readonly Realtime: "realtime";
readonly Custom: "custom";
};
export type ScheduleSchemaType = typeof ScheduleSchemaType[keyof typeof ScheduleSchemaType];
export declare function instanceOfScheduleSchemaType(value: any): boolean;
export declare function ScheduleSchemaTypeFromJSON(json: any): ScheduleSchemaType;
export declare function ScheduleSchemaTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ScheduleSchemaType;
export declare function ScheduleSchemaTypeToJSON(value?: ScheduleSchemaType | null): any;
export declare function ScheduleSchemaTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): ScheduleSchemaType;