export interface TuyaResponseInterface { success: boolean; msg?: string; result: boolean | { id: string }; }