chore: update tsdoc

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2023-01-03 10:27:37 +01:00
parent 5e2cebe9a3
commit 2eed3737a9
@@ -25,13 +25,6 @@ import { Readable } from 'stream';
export type UrlReaderService = {
/**
* Reads a single file and return its content.
*
* @remarks
*
* This is a replacement for the read method that supports options and
* complex responses.
*
* Use this as the read method will be removed in a future release.
*/
readUrl(url: string, options?: ReadUrlOptions): Promise<ReadUrlResponse>;