(_schema: SchemaOverview)
| 541 | } |
| 542 | |
| 543 | build(_schema: SchemaOverview): FieldOverview { |
| 544 | assert(this._data._kind === 'finished', 'The collection needs at least 1 field configured'); |
| 545 | |
| 546 | const { _kind, ...field } = this._data; |
| 547 | |
| 548 | return field; |
| 549 | } |
| 550 | } |
no outgoing calls
no test coverage detected