export type SocketInitRaspberryInput = {
  macAddress: string;
  hostname: string;
};
