export interface IResult { isSuccess: boolean; isTransientError: boolean; getData: () => Promise; }