export default interface UpdateFirmware {
    retrieveDate: string;
    location: string;
    retries?: number;
    retryInterval?: number;
}
