UNPKG
alexander_sequera-sdk
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
The Lord of the Rings SDK
github.com/asequera3/alexander_sequera-SDK
asequera3/alexander_sequera-SDK
alexander_sequera-sdk
/
dist
/
interfaces
/
IQuote.d.ts
8 lines
(7 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
IQuote
{
_id
:
string
;
dialog
:
string
;
movie
:
string
;
character
:
string
;
id
:
string
; }