Zamok Kiosk API
    Preparing search index...

    Variable loadSystemMessagesResponseConst

    loadSystemMessagesResponse: PayloadAC<
        "cpi/LOAD_SYSTEM_MESSAGES_RESPONSE",
        { fetchedAt: string; messages: SystemMessageDTO[] },
    > = ...

    Loads successful system messages response.

    {
    "type": "cpi/LOAD_SYSTEM_MESSAGES_RESPONSE",
    "payload": {
    "messages": [
    {
    "id": "message-1",
    "message": "Cashbox nearing capacity"
    }
    ],
    "fetchedAt": "2026-06-18T10:00:00.000Z"
    }
    }