@getalby/sdk
    Preparing search index...

    Type Alias BaseWebhookEndpointResponse

    type BaseWebhookEndpointResponse = {
        created_at: string;
        description?: string;
        filter_types: string[];
        id: string;
        url: string;
    }
    Index

    Properties

    created_at: string
    description?: string
    filter_types: string[]
    id: string
    url: string