import type * as all from "./" export interface ApiResponse { status: "ok" | "error", data: any }