export type Code<T = unknown> = () => Promise<T>;
