Zamok Kiosk API
    Preparing search index...

    Interface DeleteEventAction<T>

    interface DeleteEventAction<T> {
        meta: string;
        payload: SchedulerEvent;
        type: "DELETE_EVENT";
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    meta: string
    payload: SchedulerEvent
    type: "DELETE_EVENT"