trade360-nodejs-sdk
Version:
LSports Trade360 SDK for Node.js
12 lines (11 loc) • 381 B
TypeScript
import { StartMessage } from '../../../common';
import { BaseEntity } from '../../../../entities/core-entities/index.js';
/**
* StartResponseBody class is responsible for
* deserializing the response from the distribution
* API to a start response body.
*/
export declare class StartResponseBody implements BaseEntity {
[key: string]: unknown;
message: StartMessage;
}