UNPKG

fastcomments-sdk

Version:

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

39 lines 1.84 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 RecordStringBeforeStringOrNullAfterStringOrNullValue */ export interface RecordStringBeforeStringOrNullAfterStringOrNullValue { /** * * @type {string} * @memberof RecordStringBeforeStringOrNullAfterStringOrNullValue */ after: string | null; /** * * @type {string} * @memberof RecordStringBeforeStringOrNullAfterStringOrNullValue */ before: string | null; } /** * Check if a given object implements the RecordStringBeforeStringOrNullAfterStringOrNullValue interface. */ export declare function instanceOfRecordStringBeforeStringOrNullAfterStringOrNullValue(value: object): value is RecordStringBeforeStringOrNullAfterStringOrNullValue; export declare function RecordStringBeforeStringOrNullAfterStringOrNullValueFromJSON(json: any): RecordStringBeforeStringOrNullAfterStringOrNullValue; export declare function RecordStringBeforeStringOrNullAfterStringOrNullValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): RecordStringBeforeStringOrNullAfterStringOrNullValue; export declare function RecordStringBeforeStringOrNullAfterStringOrNullValueToJSON(json: any): RecordStringBeforeStringOrNullAfterStringOrNullValue; export declare function RecordStringBeforeStringOrNullAfterStringOrNullValueToJSONTyped(value?: RecordStringBeforeStringOrNullAfterStringOrNullValue | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=RecordStringBeforeStringOrNullAfterStringOrNullValue.d.ts.map