Skip to content

Commit

Permalink
Export the type with the typo to prevent API changes that can break b…
Browse files Browse the repository at this point in the history
…uilds
  • Loading branch information
ankon committed Jun 10, 2020
1 parent 307f800 commit 4f38c44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,9 @@ export type TopicPartitionOffsetAndMetadata = {
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 4f38c44

Please sign in to comment.