Zamok Kiosk API
    Preparing search index...
    sessionRenew: (
        source: string,
    ) => { payload: { date: number; source: string }; type: "SESSION_RENEW" } = ...

    Type Declaration

      • (
            source: string,
        ): { payload: { date: number; source: string }; type: "SESSION_RENEW" }
      • Parameters

        • source: string

        Returns { payload: { date: number; source: string }; type: "SESSION_RENEW" }