UNPKG

@replyke/core

Version:

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

11 lines (10 loc) 205 B
export interface Collection { id: string; projectId: string; userId: string; parentId: string | null; name: string; entityCount: number; createdAt: Date; updatedAt: Date; }