Zamok Kiosk API
    Preparing search index...

    Variable adminOperationReportedConst

    adminOperationReported: PayloadAC<
        "ADMIN_OPERATION_REPORTED",
        {
            amountBreakdown?: null
            | Record<string, number>;
            amountMoved?: null | number;
            deviceId?: null | string;
            message?: string;
            operationType: AdminOperationType;
            result: AdminOperationResult;
            source?: string;
            timestamp?: string;
        },
    > = ...

    Integration contract for admin hardware operations. Real hardware/device workflows should dispatch this action once they are wired.