diff --git a/.changeset/spotty-planes-help.md b/.changeset/spotty-planes-help.md new file mode 100644 index 0000000..d26e799 --- /dev/null +++ b/.changeset/spotty-planes-help.md @@ -0,0 +1,5 @@ +--- +"@everipedia/iq-utils": patch +--- + +Update BaseEvents with location field \ No newline at end of file diff --git a/src/types/wiki.ts b/src/types/wiki.ts index faf65ef..2f565d9 100644 --- a/src/types/wiki.ts +++ b/src/types/wiki.ts @@ -242,6 +242,8 @@ export interface BaseEvents { link?: string; multiDateStart?: string; multiDateEnd?: string; + continent?: string; + country?: string; action?: EventAction | null; }