Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Jun 24, 2023
1 parent 80fc21b commit 6a7b2c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/internal/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ export interface ItemBucketMetadataList {
}

export interface ItemBucketMetadata {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
[key: string]: any
}

Expand Down Expand Up @@ -107,5 +108,6 @@ export interface BucketStream<T> extends ReadableStream {

on(event: 'error', listener: (err: Error) => void): this

// eslint-disable-next-line @typescript-eslint/no-explicit-any
on(event: string | symbol, listener: (...args: any[]) => void): this
}

0 comments on commit 6a7b2c0

Please sign in to comment.