UNPKG

fastcomments-sdk

Version:

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

39 lines 1.67 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 UpdateQuestionConfigBodyCustomOptionsInner */ export interface UpdateQuestionConfigBodyCustomOptionsInner { /** * * @type {string} * @memberof UpdateQuestionConfigBodyCustomOptionsInner */ imageSrc: string; /** * * @type {string} * @memberof UpdateQuestionConfigBodyCustomOptionsInner */ name: string; } /** * Check if a given object implements the UpdateQuestionConfigBodyCustomOptionsInner interface. */ export declare function instanceOfUpdateQuestionConfigBodyCustomOptionsInner(value: object): value is UpdateQuestionConfigBodyCustomOptionsInner; export declare function UpdateQuestionConfigBodyCustomOptionsInnerFromJSON(json: any): UpdateQuestionConfigBodyCustomOptionsInner; export declare function UpdateQuestionConfigBodyCustomOptionsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateQuestionConfigBodyCustomOptionsInner; export declare function UpdateQuestionConfigBodyCustomOptionsInnerToJSON(json: any): UpdateQuestionConfigBodyCustomOptionsInner; export declare function UpdateQuestionConfigBodyCustomOptionsInnerToJSONTyped(value?: UpdateQuestionConfigBodyCustomOptionsInner | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=UpdateQuestionConfigBodyCustomOptionsInner.d.ts.map