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
/
UserQuote.d.ts
9 lines
(8 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
User
}
from
'./User'
;
export
declare
class
UserQuote
{
id
:
number
;
content
:
string
;
capturerId
:
string
;
captureTime
:
string
;
user
:
User
; }