feat(pong): added history api to get list of games
This commit is contained in:
parent
321f636672
commit
40dea32048
14 changed files with 1089 additions and 74 deletions
|
|
@ -46,6 +46,11 @@ export * from './LoginOtp500Response';
|
|||
export * from './LoginOtpRequest';
|
||||
export * from './LoginRequest';
|
||||
export * from './Logout200Response';
|
||||
export * from './PongHistory200Response';
|
||||
export * from './PongHistory200ResponsePayload';
|
||||
export * from './PongHistory200ResponsePayloadDataInner';
|
||||
export * from './PongHistory200ResponsePayloadDataInnerLeft';
|
||||
export * from './PongHistory404Response';
|
||||
export * from './ProviderList200Response';
|
||||
export * from './ProviderList200ResponsePayload';
|
||||
export * from './ProviderList200ResponsePayloadListInner';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue