| 17 | type Chunk = z.infer<typeof ChunkSchema>; |
| 18 | |
| 19 | interface Document { |
| 20 | name: string; |
| 21 | chunkIds: string[]; |
| 22 | } |
| 23 | |
| 24 | interface Schema { |
| 25 | documents: { [name: string]: Document }; |
nothing calls this directly
no outgoing calls
no test coverage detected