@squidcloud/backend
    Preparing search index...

    Type Alias WebhookAction

    WebhookAction: ((request: WebhookRequest) => any) | (() => any)

    A type defining a webhook function that processes incoming requests, with or without request context.