Zamok Kiosk API
    Preparing search index...
    reducers: {
        instance: (
            state?: null | Instance,
            action: ReducerActions,
        ) => null | Instance;
    } = ...

    Type Declaration

    • instance: (state?: null | Instance, action: ReducerActions) => null | Instance