export const LOG_TYPE = "device-sdk-command";

export type UnresponsiveCmdEvent = { type: "unresponsive" };
