UNPKG

@replyke/core

Version:

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

14 lines (13 loc) 240 B
export interface Project { id: string; clientId: string; name: string; integrations: { giphy?: { active: boolean; apiKey: string; }; }; createdAt: Date; updatedAt: Date; }