import { FirmwareStatus } from './';

export type req = {
  status: FirmwareStatus
}
