diff --git a/src/types.ts b/src/types.ts index 505ecda..30895fa 100644 --- a/src/types.ts +++ b/src/types.ts @@ -345,6 +345,7 @@ export type Story = { epic_id: number | null; estimate: number | null; external_id: string | null; + external_links: Array; external_tickets: Array; files: Array; follower_ids: Array;