UNPKG
@tsmean/animal
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Animal Module
github.com/bersling/animal-module
bersling/animal-module
@tsmean/animal
/
animal.ts
7 lines
(5 loc)
•
133 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
Resource
}
from
'@tsmean/resource/resource'
;
export
interface
Animal
extends
Resource
{
name
?:
string
;
pic
?:
string
; }