export interface Throwable { ( throwableFn: () => Promise, onSuccess?: (data: ThrowableResult) => Promise, onError?: (error: unknown) => Promise ): Promise; }