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

    Type Alias Deps

    type Deps = {
        getRequest: <T>(path: string) => Promise<T>;
        postRequest: <T>(path: string, body: any) => Promise<T>;
    }
    Index

    Properties

    getRequest: <T>(path: string) => Promise<T>
    postRequest: <T>(path: string, body: any) => Promise<T>