| 49 | |
| 50 | // oxlint-disable-next-line typescript/consistent-type-definitions |
| 51 | interface CleanedObject { |
| 52 | [x: string]: CleanedDataValue; |
| 53 | } |
| 54 | |
| 55 | type CleanedArray = Array<CleanedDataValue>; |
| 56 |
nothing calls this directly
no outgoing calls
no test coverage detected