UNPKG
figura-ts
Version:
latest (1.2.2)
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
Lua Types for the Minecraft Mod Figura
github.com/N1ghtTheF0x/figura-ts
N1ghtTheF0x/figura-ts
figura-ts
/
types
/
chat.d.ts
7 lines
•
132 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
interface
FiguraChatMessage
{
addedTime
:
number
message
:
string
json
:
string
backgroundColor
:
number
}