| 8 | type CompressMode = "range" | "message" |
| 9 | |
| 10 | export interface Deduplication { |
| 11 | enabled: boolean |
| 12 | protectedTools: string[] |
| 13 | } |
| 14 | |
| 15 | export interface CompressConfig { |
| 16 | mode: CompressMode |
nothing calls this directly
no outgoing calls
no test coverage detected