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

    Interface CreateObjectStoreRequest

    CreateObjectStoreRequest creates a new object store.

    interface CreateObjectStoreRequest {
        name: string;
        schema?: ObjectStoreSchema;
    }
    Index

    Properties

    Properties

    name: string