UNPKG

rtech-struct

Version:

Rtech Platform Superstruct Entity

7 lines (5 loc) 98 B
type CustomField = { label: string, value?: string, }; export default CustomField;