export default interface RequestRetryInfo {
    method: string;
    endpoint: string;
}
