UNPKG
psn-wrapper
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A not official PSN API Wrapper
github.com/henriquemsouza/psn-wrapper
henriquemsouza/psn-wrapper
psn-wrapper
/
dist
/
domain
/
topGamesInterfaces.d.ts
14 lines
(13 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export interface baseInfo { id: string; title: string; url: string; price: any; strikePrice: any; onSale: any; discount: any; psPlusPrice: any; lastUpdated: any;
image
: string;
details
: any; }