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

    Interface ObjectStoreRequest

    ObjectStoreRequest addresses one object store row by primary key.

    interface ObjectStoreRequest {
        store: string;
        id: string;
    }
    Index

    Properties

    Properties

    store: string
    id: string