export interface ApiResponse { status: 'ok' | 'error' data: any }