Remove useless export

This commit is contained in:
fflorent 2024-04-02 09:05:13 +02:00 committed by jordigh
parent 0224f22705
commit 2f4122905d

View File

@ -7,7 +7,7 @@ import * as minio from 'minio';
// The minio typings appear to be quite stale. Extend them here to avoid
// lots of casts to any.
export type MinIOClient = minio.Client & {
type MinIOClient = minio.Client & {
statObject(bucket: string, key: string, options: {versionId?: string}): Promise<MinIOBucketItemStat>;
getObject(bucket: string, key: string, options: {versionId?: string}): Promise<IncomingMessage>;
listObjects(bucket: string, key: string, recursive: boolean,