UNPKG
minecraftcommandsdk
Version:
latest (0.0.3)
0.0.22
0.0.21
0.0.3
0.0.2
0.0.1
A minecraft command sdk
github.com/brunnerlivio/minecraftcommandsdk
brunnerlivio/minecraftcommandsdk
minecraftcommandsdk
/
src
/
core
/
IGenerateable.ts
5 lines
(4 loc)
•
73 B
text/typescript
View Raw
1
2
3
4
5
interface
IGenerateable
{
Data
:
any
; }
export
{
IGenerateable
};