@emergentmethods/asknews-typescript-sdk
Version:
Typescript SDK for AskNews API
27 lines (26 loc) • 1.04 kB
TypeScript
/**
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.21.1
* Contact: contact@emergentmethods.ai
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @interface ValidationErrorLocInner
*/
export interface ValidationErrorLocInner {
}
/**
* Check if a given object implements the ValidationErrorLocInner interface.
*/
export declare function instanceOfValidationErrorLocInner(value: object): value is ValidationErrorLocInner;
export declare function ValidationErrorLocInnerFromJSON(json: any): ValidationErrorLocInner;
export declare function ValidationErrorLocInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): ValidationErrorLocInner;
export declare function ValidationErrorLocInnerToJSON(json: any): ValidationErrorLocInner;
export declare function ValidationErrorLocInnerToJSONTyped(value?: ValidationErrorLocInner | null, ignoreDiscriminator?: boolean): any;