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