UNPKG
ngx-rickandmorty
Version:
beta (1.1.0-beta.1)
latest (1.1.1)
1.1.1
1.1.0
1.1.0-beta.1
1.0.1
1.0.0
ngx-rickandmorty
/
lib
/
interfaces
/
raw-location.d.ts
10 lines
(9 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
interface
RawLocation
{
id
:
number
;
name
:
string
;
type
:
string
;
dimension
:
string
;
residents
:
string
[];
url
:
string
;
created
:
string
; }