Zamok Kiosk API
    Preparing search index...

    Interface LoadPayload<TC, TL>

    interface LoadPayload<TC, TL> {
        items: Item<TC, TL>[];
        parentId?: string;
    }

    Type Parameters

    • TC
    • TL
    Index

    Properties

    Properties

    items: Item<TC, TL>[]
    parentId?: string