interface
SchemaBlockLabels
Public interface SchemaBlockLabels from @riducms/protocol.
Properties
| Property | Type | Description |
|---|---|---|
singular | string | The singular value. |
plural | string | The plural value. |
singularTranslations | Record< | The singularTranslations value. |
pluralTranslations | Record< | The pluralTranslations value. |
Full signature
interface SchemaBlockLabels { ... }