diff --git a/.changeset/swimming-otter.md b/.changeset/swimming-otter.md deleted file mode 100644 index a3335b7..0000000 --- a/.changeset/swimming-otter.md +++ /dev/null @@ -1,9 +0,0 @@ - ---- - -'@everipedia/iq-utils': Minor - ---- - - -Adds location fields to base events \ No newline at end of file diff --git a/src/types/wiki.ts b/src/types/wiki.ts index 2f565d9..faf65ef 100644 --- a/src/types/wiki.ts +++ b/src/types/wiki.ts @@ -242,8 +242,6 @@ export interface BaseEvents { link?: string; multiDateStart?: string; multiDateEnd?: string; - continent?: string; - country?: string; action?: EventAction | null; }