@emergentmethods/asknews-typescript-sdk
Version:
Typescript SDK for AskNews API
26 lines (25 loc) • 735 B
TypeScript
/**
* AskNews API
* AskNews API
*
* The version of the OpenAPI document: 0.9.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 AsString
*/
export interface AsString {
}
/**
* Check if a given object implements the AsString interface.
*/
export declare function instanceOfAsString(value: object): boolean;
export declare function AsStringFromJSON(json: any): AsString;
export declare function AsStringFromJSONTyped(json: any, ignoreDiscriminator: boolean): AsString;
export declare function AsStringToJSON(value?: AsString | null): any;