import { RemoteStartStopStatus } from './';

export type req = {
  transactionId: number;
};

export type conf = {
  status: RemoteStartStopStatus;
};
