UNPKG
bp-space-invaders
Version:
latest (0.5.10)
0.5.10
0.5.9
0.3.6
0.2.5
0.0.2
0.0.1
The BP Space Invaders Game
github.com/brianpilati/ng-space-invaders
brianpilati/ng-space-invaders
bp-space-invaders
/
lib
/
model
/
asset-configuration.model.d.ts
5 lines
(4 loc)
•
80 B
TypeScript
View Raw
1
2
3
4
5
export
interface
AssetConfigurationModel
{
key
:
string
;
name
:
string
; }