@archastro/sdk
    Preparing search index...

    Interface Cancelled

    A cancelled local-tool outcome.

    interface Cancelled {
        call_id: string;
        reason: string;
        status: "cancelled";
    }
    Index

    Properties

    Properties

    call_id: string
    reason: string
    status: "cancelled"