( dataItems: readonly BasesDataItem[] )
| 50 | }; |
| 51 | |
| 52 | export function buildTaskListPathProperties( |
| 53 | dataItems: readonly BasesDataItem[] |
| 54 | ): Map<string, Record<string, unknown>> { |
| 55 | return buildBasesPathProperties(dataItems); |
| 56 | } |
| 57 | |
| 58 | export function getTaskListPropertyValue( |
| 59 | props: Record<string, unknown>, |
no test coverage detected