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

    Interface KeysResponse

    KeysResponse wraps repeated primary keys.

    interface KeysResponse {
        keys: string[];
    }
    Index

    Properties

    Properties

    keys: string[]