Skip to content

Commit

Permalink
Update minio.d.ts (minio#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Dec 20, 2023
1 parent 46532ac commit ff816e7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/minio.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,6 @@ export interface SourceObjectStats {
etag: string
}

// No need to export this. But without it - linter error.
export class TargetConfig {
setId(id: unknown): void

addEvent(newEvent: unknown): void

addFilterSuffix(suffix: string): void

addFilterPrefix(prefix: string): void
}

// Exports from library
export class Client extends TypedClient {
listObjects(bucketName: string, prefix?: string, recursive?: boolean): BucketStream<BucketItem>
Expand Down

0 comments on commit ff816e7

Please sign in to comment.