Iuliia Skliar
Results
1
comments of
Iuliia Skliar
Sorry bothering your, solved it this way: ```js type Content = { id: number } | { text: string }; type Post = Array; const post: Post = [{ id:...