| 44 | |
| 45 | type ListenerFunction = (results: StreamResult[]) => void; |
| 46 | interface EventValue { |
| 47 | id: string; |
| 48 | channel_id: string; |
| 49 | job_id: string; |
| 50 | user_id?: string; |
| 51 | status: string; |
| 52 | errors?: SupersetError[]; |
| 53 | result_url?: string; |
| 54 | } |
| 55 | interface JwtPayload { |
| 56 | channel: string; |
| 57 | } |
nothing calls this directly
no outgoing calls
no test coverage detected