sesaparcours
    Preparing search index...

    Interface LastCall

    interface LastCall {
        etat: string;
        history: LastCallHistoryItem[];
        isCallPending?: boolean;
        isInitPending?: boolean;
    }
    Index

    Properties

    etat: string
    isCallPending?: boolean
    isInitPending?: boolean