@meeting-baas/sdk
Version:
Official SDK for Meeting BaaS API - https://meetingbaas.com
79 lines (78 loc) • 1.59 kB
TypeScript
/**
* Meeting BaaS API
* Meeting BaaS API
*
* The version of the OpenAPI document: 1.1
*
*
* 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 TokenConsumptionByService
*/
export interface TokenConsumptionByService {
/**
*
* @type {string}
* @memberof TokenConsumptionByService
*/
'duration': string;
/**
*
* @type {string}
* @memberof TokenConsumptionByService
*/
'recordingTokens': string;
/**
*
* @type {string}
* @memberof TokenConsumptionByService
*/
'streamingInputHour': string;
/**
*
* @type {string}
* @memberof TokenConsumptionByService
*/
'streamingInputTokens': string;
/**
*
* @type {string}
* @memberof TokenConsumptionByService
*/
'streamingOutputHour': string;
/**
*
* @type {string}
* @memberof TokenConsumptionByService
*/
'streamingOutputTokens': string;
/**
*
* @type {string}
* @memberof TokenConsumptionByService
*/
'transcriptionByokHour': string;
/**
*
* @type {string}
* @memberof TokenConsumptionByService
*/
'transcriptionByokTokens': string;
/**
*
* @type {string}
* @memberof TokenConsumptionByService
*/
'transcriptionHour': string;
/**
*
* @type {string}
* @memberof TokenConsumptionByService
*/
'transcriptionTokens': string;
}