fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
39 lines • 1.51 kB
TypeScript
/**
* 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 QuestionConfigCustomOptionsInner
*/
export interface QuestionConfigCustomOptionsInner {
/**
*
* @type {string}
* @memberof QuestionConfigCustomOptionsInner
*/
imageSrc: string;
/**
*
* @type {string}
* @memberof QuestionConfigCustomOptionsInner
*/
name: string;
}
/**
* Check if a given object implements the QuestionConfigCustomOptionsInner interface.
*/
export declare function instanceOfQuestionConfigCustomOptionsInner(value: object): value is QuestionConfigCustomOptionsInner;
export declare function QuestionConfigCustomOptionsInnerFromJSON(json: any): QuestionConfigCustomOptionsInner;
export declare function QuestionConfigCustomOptionsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): QuestionConfigCustomOptionsInner;
export declare function QuestionConfigCustomOptionsInnerToJSON(json: any): QuestionConfigCustomOptionsInner;
export declare function QuestionConfigCustomOptionsInnerToJSONTyped(value?: QuestionConfigCustomOptionsInner | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=QuestionConfigCustomOptionsInner.d.ts.map