@playlive/tiltify-core
    Preparing search index...

    Interface TiltifyWebhook

    A registered webhook endpoint (URL Tiltify will POST events to).

    interface TiltifyWebhook {
        activated_at: string;
        deactivated_at: string | null;
        description: string | null;
        id: string;
        inserted_at: string;
        status: "active" | "inactive";
        updated_at: string | null;
        url: string;
    }
    Index
    activated_at: string
    deactivated_at: string | null
    description: string | null
    id: string
    inserted_at: string
    status: "active" | "inactive"
    updated_at: string | null
    url: string