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 CreateQuestionConfigBodyCustomOptionsInner */ export interface CreateQuestionConfigBodyCustomOptionsInner { /** * * @type {string} * @memberof CreateQuestionConfigBodyCustomOptionsInner */ imageSrc: string; /** * * @type {string} * @memberof CreateQuestionConfigBodyCustomOptionsInner */ name: string; } /** * Check if a given object implements the CreateQuestionConfigBodyCustomOptionsInner interface. */ export declare function instanceOfCreateQuestionConfigBodyCustomOptionsInner(value: object): value is CreateQuestionConfigBodyCustomOptionsInner; export declare function CreateQuestionConfigBodyCustomOptionsInnerFromJSON(json: any): CreateQuestionConfigBodyCustomOptionsInner; export declare function CreateQuestionConfigBodyCustomOptionsInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateQuestionConfigBodyCustomOptionsInner; export declare function CreateQuestionConfigBodyCustomOptionsInnerToJSON(json: any): CreateQuestionConfigBodyCustomOptionsInner; export declare function CreateQuestionConfigBodyCustomOptionsInnerToJSONTyped(value?: CreateQuestionConfigBodyCustomOptionsInner | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=CreateQuestionConfigBodyCustomOptionsInner.d.ts.map