export type DefaultPersistedAttributes = { id: number; updated_at: string | null; created_at: string | null; };