Zamok Kiosk API
    Preparing search index...
    interface PendingHomepageNavigation {
        attemptCount: number;
        chatSessionId: string;
        error?: null | string;
        functionId: string;
        startedAt: number;
        status: "ready" | "opening" | "failed";
        targetUrl: string;
    }
    Index

    Properties

    attemptCount: number
    chatSessionId: string
    error?: null | string
    functionId: string
    startedAt: number
    status: "ready" | "opening" | "failed"
    targetUrl: string