@jambonz/sdk
    Preparing search index...

    Interface ActionHookObject

    @jambonz/sdk type exports

    interface ActionHookObject {
        url: string;
        method?: "GET" | "POST";
        basicAuth?: Auth;
    }
    Index

    Properties

    url: string
    method?: "GET" | "POST"
    basicAuth?: Auth