UNPKG

fastcomments-sdk

Version:

FastComments API Client - A SDK for interacting with the FastComments API

27 lines 1.29 kB
/** * fastcomments * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.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. */ /** * * @export * @interface GifSearchResponseImagesInnerInner */ export interface GifSearchResponseImagesInnerInner { } /** * Check if a given object implements the GifSearchResponseImagesInnerInner interface. */ export declare function instanceOfGifSearchResponseImagesInnerInner(value: object): value is GifSearchResponseImagesInnerInner; export declare function GifSearchResponseImagesInnerInnerFromJSON(json: any): GifSearchResponseImagesInnerInner; export declare function GifSearchResponseImagesInnerInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GifSearchResponseImagesInnerInner; export declare function GifSearchResponseImagesInnerInnerToJSON(json: any): GifSearchResponseImagesInnerInner; export declare function GifSearchResponseImagesInnerInnerToJSONTyped(value?: GifSearchResponseImagesInnerInner | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GifSearchResponseImagesInnerInner.d.ts.map