UNPKG

@replyke/core

Version:

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

10 lines (9 loc) 176 B
export type Style = { id: string; clientId: string; name: string; type: string; config: Record<string, any>; createdAt?: Date; updatedAt?: Date; };