export type TNotionDatabase = { id: string; title: string; createdTime: string; lastEditedTime: string; } export type TNotionDatabaseColumn = { id: string; name: string; type: string; }