| 1 | import { Router } from 'express'; |
| 2 | import { linenSdk } from './helpers/linen'; |
| 3 | import { Actions, Types, Issue, Comment } from './helpers/types'; |
| 4 | import { channelsIntegrationType } from '@linen/types'; |
nothing calls this directly
no test coverage detected