@valon-technologies/gestalt
    Preparing search index...

    Interface ObjectStoreNameRequest

    ObjectStoreNameRequest addresses an object store without a specific row key.

    interface ObjectStoreNameRequest {
        store: string;
    }
    Index

    Properties

    Properties

    store: string