export type req = {
  location: string;
  retries?: number;
  retrieveDate: string; // ISO 8601 Date Time String
  retryInterval?: number;
};
