UNPKG

@emergentmethods/asknews-typescript-sdk

Version:
26 lines (25 loc) 968 B
/** * 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. */ /** * If defined, the search will only occur on articles that do not contain strings in this list. * @export * @interface ReverseStringGuarantee */ export interface ReverseStringGuarantee { } /** * Check if a given object implements the ReverseStringGuarantee interface. */ export declare function instanceOfReverseStringGuarantee(value: object): boolean; export declare function ReverseStringGuaranteeFromJSON(json: any): ReverseStringGuarantee; export declare function ReverseStringGuaranteeFromJSONTyped(json: any, ignoreDiscriminator: boolean): ReverseStringGuarantee; export declare function ReverseStringGuaranteeToJSON(value?: ReverseStringGuarantee | null): any;