fastcomments-sdk
Version:
FastComments API Client - A SDK for interacting with the FastComments API
56 lines • 1.3 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 { AggregateTimeBucket } from './aggregate-time-bucket';
/**
*
* @export
* @interface BulkAggregateQuestionItem
*/
export interface BulkAggregateQuestionItem {
/**
*
* @type {string}
* @memberof BulkAggregateQuestionItem
*/
'aggId': string;
/**
*
* @type {string}
* @memberof BulkAggregateQuestionItem
*/
'questionId'?: string;
/**
*
* @type {Array<string>}
* @memberof BulkAggregateQuestionItem
*/
'questionIds'?: Array<string>;
/**
*
* @type {string}
* @memberof BulkAggregateQuestionItem
*/
'urlId'?: string;
/**
*
* @type {AggregateTimeBucket}
* @memberof BulkAggregateQuestionItem
*/
'timeBucket'?: AggregateTimeBucket;
/**
*
* @type {string}
* @memberof BulkAggregateQuestionItem
*/
'startDate'?: string;
}
//# sourceMappingURL=bulk-aggregate-question-item.d.ts.map