UNPKG
psyduck-plugin-quotes
Version:
latest (0.0.8-c)
0.0.8
0.0.8-c
0.0.8-b
0.0.8-a
0.0.7
0.0.7-f
0.0.7-e
0.0.7-d
0.0.7-c
0.0.7-b
0.0.7-a
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
psyduck
github.com/galactic0wl/psyduck-plugin-quotes
galactic0wl/psyduck-plugin-quotes
psyduck-plugin-quotes
/
lib
/
entity
/
User.d.ts
7 lines
(6 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
UserQuote
}
from
'./UserQuote'
;
export
declare
class
User
{
id
:
number
;
discordId
:
string
;
quotes
:
UserQuote
[]; }