Zamok Kiosk API
    Preparing search index...

    Interface UpsertEventAction<T>

    interface UpsertEventAction<T> {
        meta: string;
        payload: SchedulerEvent;
        type: "UPSERT_EVENT";
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    meta: string
    payload: SchedulerEvent
    type: "UPSERT_EVENT"