Zamok Kiosk API
    Preparing search index...
    interface LogUpsertPayload<T> {
        id?: string;
        log: Log<T>;
        type: string;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    id?: string
    log: Log<T>
    type: string