UNPKG

@replyke/core

Version:

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

15 lines (14 loc) 285 B
export interface Project { id: string; clientId: string; name: string; integrations: { id: string; projectId: string; name: string; data: Record<string, any>; createdAt: Date; }[]; createdAt: Date; updatedAt: Date; }