/** * Read shape for a single dataset. */ export type Dataset = { name: string; description: string; metadata?: Record; created_at: string; updated_at: string; readonly username: string; readonly user_email: string; };