| 13 | } |
| 14 | |
| 15 | export interface PoolLoadArgs { |
| 16 | author: string; |
| 17 | date?: number; |
| 18 | body: string; |
| 19 | data: NodeJS.ReadableStream; |
| 20 | signal?: AbortSignal; |
| 21 | } |
| 22 | |
| 23 | export interface PoolArgs { |
| 24 | name: string; |
nothing calls this directly
no outgoing calls
no test coverage detected