Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

fix(types): remove redundant original gif field (#5853)

authored by yoginth.com and committed by

GitHub 2bdfa0af 46c7fc2d

-1
-1
packages/types/giphy.d.ts
··· 2 2 id: string; 3 3 images: { 4 4 original: { url: string }; 5 - original?: { url: string }; 6 5 original_still: { url: string }; 7 6 }; 8 7 slug: string;