export type UserCollection = { collectionId: string collectionName: string postIds: string[] createdAt: any lastUpdated?: any }