This website requires JavaScript.
Explore
Help
Register
Sign In
versia-pub
/
server
Watch
2
Star
0
Fork
You've already forked server
0
mirror of
https://github.com/versia-pub/server.git
synced
2025-12-06 08:28:19 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
29f63dfcb7
server
/
types
/
entities
/
field.ts
6 lines
87 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Fix ESLint
2023-09-11 05:46:20 +02:00
export
interface
Field
{
Initial commit
2023-09-11 05:31:08 +02:00
name
:
string
;
value
:
string
;
verified_at
:
string
|
null
;
Fix ESLint
2023-09-11 05:46:20 +02:00
}
Reference in a new issue
Copy permalink