| 15 | import fs from 'fs'; |
| 16 | |
| 17 | export class SlackFileAdapter { |
| 18 | filesPath: string; |
| 19 | // we will use to persist key-value map of channel-external–id and channel-name |
| 20 | channelsMap: Record<string, string>; |
nothing calls this directly
no outgoing calls
no test coverage detected