Skip to content

Commit

Permalink
fix: move randomFact description and explanation to string
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Aug 23, 2023
1 parent bc31209 commit 722a93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/RandomFact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export interface RandomFact {
id: string;
name: string;
headline: string;
description: TypedObject;
description: string;
isFactTrue: boolean;
explanation: TypedObject;
explanation: string;
}

0 comments on commit 722a93a

Please sign in to comment.