(sessionId: string, req: FsListRequest)
| 77 | readonly _serviceBrand: undefined; |
| 78 | |
| 79 | list(sessionId: string, req: FsListRequest): Promise<FsListResponse>; |
| 80 | read(sessionId: string, req: FsReadRequest): Promise<FsReadResponse>; |
| 81 | |
| 82 | listMany( |
no outgoing calls
no test coverage detected