@makehq/sdk
    Preparing search index...

    Type Alias HookPing

    Represents the status of a hook ping operation.

    type HookPing = {
        address: string;
        attached: boolean;
        gone: boolean;
        learning: boolean;
    }
    Index

    Properties

    address: string

    The URL address of the hook

    attached: boolean

    Whether the hook is attached to a scenario

    gone: boolean

    Whether the hook is unreachable/gone

    learning: boolean

    Whether the hook is in learning mode