export type Result = { ok: T } | { error: string }; export type AsyncRes = Promise>;