( items: readonly [NestedProjectedItem, ...NestedProjectedItem[]] )
| 44 | id: S.StringId |
| 45 | }) |
| 46 | type NestedProjectedItem = typeof nestedProjectedItem.Type |
| 47 | const nestedSource = S.Struct({ |
| 48 | id: S.String, |
| 49 | items: S.NonEmptyArray(nestedSourceItem), |
| 50 | label: S.String |
| 51 | }) |
no outgoing calls
no test coverage detected
searching dependent graphs…