manage and cleanup some types
This commit is contained in:
parent
c7766aeda3
commit
1393df6fd0
9 changed files with 175 additions and 141 deletions
interfaces
8
interfaces/UserJSONEntry.ts
Normal file
8
interfaces/UserJSONEntry.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import UserFakeDataEntry from "./UserFakeDataEntry";
|
||||
|
||||
export default interface UserJSONEntry extends UserFakeDataEntry {
|
||||
net_worth: number;
|
||||
shares: number;
|
||||
avatar_url: string;
|
||||
rank: number;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue