@makehq/sdk
    Preparing search index...

    Type Alias HookIncomingStats

    Queue size and limit for a webhook.

    type HookIncomingStats = {
        enabled: boolean;
        limit: number;
        queue: number;
    }
    Index

    Properties

    Properties

    enabled: boolean

    Whether the queue is enabled

    limit: number

    Maximum number of items the queue can hold

    queue: number

    Number of items currently in the queue