@lucadiba/switchbot-client
    Preparing search index...

    Type Alias SwitchBotResponse<T>

    type SwitchBotResponse<T> = {
        body: T;
        message: string;
        statusCode: number;
    }

    Type Parameters

    • T
    Index

    Properties

    body: T
    message: string
    statusCode: number