interface
SchemaArrayRowLabels
interface SchemaArrayRowLabels { ... }Singular and plural repeating-row labels with interface translations.
Source packages/protocol/src/generated.ts:683
singularstring- The singular value.
singularTranslationsRecord<string, string>- The singularTranslations value.
pluralstring- The plural value.
pluralTranslationsRecord<string, string>- The pluralTranslations value.