fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
76 lines • 1.89 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.
*/
import type { CustomConfigParameters } from './custom-config-parameters';
import type { FeedPost } from './feed-post';
import type { ImportedAPIStatusFAILED } from './imported-apistatus-failed';
/**
*
* @export
* @interface CreateFeedPostPublic200Response
*/
export interface CreateFeedPostPublic200Response {
/**
*
* @type {ImportedAPIStatusFAILED}
* @memberof CreateFeedPostPublic200Response
*/
'status': ImportedAPIStatusFAILED;
/**
*
* @type {FeedPost}
* @memberof CreateFeedPostPublic200Response
*/
'feedPost': FeedPost;
/**
*
* @type {string}
* @memberof CreateFeedPostPublic200Response
*/
'reason': string;
/**
*
* @type {string}
* @memberof CreateFeedPostPublic200Response
*/
'code': string;
/**
*
* @type {string}
* @memberof CreateFeedPostPublic200Response
*/
'secondaryCode'?: string;
/**
*
* @type {number}
* @memberof CreateFeedPostPublic200Response
*/
'bannedUntil'?: number;
/**
*
* @type {number}
* @memberof CreateFeedPostPublic200Response
*/
'maxCharacterLength'?: number;
/**
*
* @type {string}
* @memberof CreateFeedPostPublic200Response
*/
'translatedError'?: string;
/**
*
* @type {CustomConfigParameters}
* @memberof CreateFeedPostPublic200Response
*/
'customConfig'?: CustomConfigParameters;
}
//# sourceMappingURL=create-feed-post-public200-response.d.ts.map