UNPKG

trade360-nodejs-sdk

Version:
10 lines (9 loc) 220 B
/** * SportsBodyStructure class is responsible for * deserializing the response from the metadata * API to a sports body structure. */ export declare class SportsBodyStructure { id?: number; name?: string; }