This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Name": "Classic", | |
"weapon_name": "CLASSIC", | |
"weapon_asset": { | |
"url": "https://images.contentstack.io/v3/assets/bltb6530b271fddd0b1/blt25bf56ede3e3c57c/5eb281c42278aa3e8d0ba7fa/classic.png", | |
"title": "classic.png" | |
}, | |
"weapon_tagline": "Lightweight and versatile, the default weapon for all is an instant classic.", | |
"weapon_category_machine_name": "sidearms", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface Contribution { | |
/** | |
* employee | |
*/ | |
ee: number; | |
/** | |
* employer | |
*/ | |
er: number; | |
total: number; |