export type CollectionComment = { id: string; userId: string; name?: string; email: string; text: string; createdAt: string; };