export type Ok = {ok: true; data: T} | {ok?: false}