export interface IOEmbedCache { _id: string; data: any; updatedAt: Date; }