interface Like { category?: string; id?: string; name?: string; time?: string; timestamp?: string; } export type { Like, Like as default };