export declare type TableData = { id: number; created_at: string; updated_at: string; deleted_at?: string | null; };