Skip to content

Commit

Permalink
Merge pull request #1338 from tulios/remove-typo-type
Browse files Browse the repository at this point in the history
Remove typo'd type TopicPartitionOffsetAndMedata
  • Loading branch information
Nevon committed May 2, 2022
2 parents f3d6728 + 42ac07f commit 9cc9db1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -781,9 +781,6 @@ export type TopicPartitionOffsetAndMetadata = TopicPartitionOffset & {
metadata?: string | null
}

// TODO: Remove with 2.x
export type TopicPartitionOffsetAndMedata = TopicPartitionOffsetAndMetadata

export type Batch = {
topic: string
partition: number
Expand Down

0 comments on commit 9cc9db1

Please sign in to comment.