Skip to content

Commit

Permalink
ExtraItem could be string
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Feb 26, 2021
1 parent ae08960 commit 86dffd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typings/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ export interface Extension {
objects: any;
}

export type ExtraItem = Element | ElementCompact;
export type ExtraItem = Element | ElementCompact | string;

0 comments on commit 86dffd1

Please sign in to comment.