export type OkResponse = { ok: true; data: T; };