Skip to content

Commit

Permalink
Merge pull request #535 from xc2/fix-entry-extra-field-type
Browse files Browse the repository at this point in the history
fix type of Entry#extraField
  • Loading branch information
gildas-lormeau authored Oct 28, 2024
2 parents 86198bb + b7e485f commit e95f1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ export interface EntryMetaData {
/**
* The extra field.
*/
extraField?: Map<number, Uint8Array>;
extraField?: Map<number, { type: number, data: Uint8Array }>;
/**
* The extra field (raw).
*/
Expand Down

0 comments on commit e95f1e2

Please sign in to comment.