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