UNPKG
@zenithcore/core
Version:
latest (1.5.1)
1.5.1
1.5.0
1.4.0
0.1.1
0.1.0
Core functionality for ZenithKernel framework
@zenithcore/core
/
src
/
components
/
registryMeta.ts
6 lines
(4 loc)
•
104 B
text/typescript
View Raw
1
2
3
4
5
6
export
class
RegistryMeta
{
name
?:
string
|
undefined
;
constructor
(
public
label
?:
string
) {} }