Multi-Tool Finance Agent
    Preparing search index...

    Interface EscalationRecord

    interface EscalationRecord {
        request: EscalationRequest;
        status: "pending_approval";
        ticketId: string;
        timestamp: string;
    }
    Index

    Properties

    status: "pending_approval"
    ticketId: string
    timestamp: string