export type IkasBlogContent = { id: string; createdAt: number; updatedAt: number; deleted?: boolean | null; content: string; };