@shortcut/client
    Preparing search index...

    Interface ShortcutValidationPayload

    Sent when a webhook URL is saved. Carries no workspace. Respond 200.

    interface ShortcutValidationPayload {
        type: "validation";
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    type: "validation"