@seven.io/client
    Preparing search index...

    Type Alias Hook

    type Hook = {
        created: Date;
        enabled: boolean;
        event_filter: null | string;
        event_type: HookEventType;
        headers: string;
        id: string;
        request_method: HookRequestMethod;
        target_url: string;
    }
    Index

    Properties

    created: Date
    enabled: boolean
    event_filter: null | string
    event_type: HookEventType
    headers: string
    id: string
    request_method: HookRequestMethod
    target_url: string