export interface KyooError { status: number | string; message: string; details?: any; }