UNPKG

@replyke/express

Version:

Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.

9 lines (8 loc) 160 B
export default interface IGif { altText: string; gifPreviewUrl: string; gifUrl: string; id: string; url: string; aspectRatio: string; }