Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove TargetConfig from minio.d.ts #1254

Merged
merged 3 commits into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading