Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / docs / SearchIndex

Interface: SearchIndex

Defined in: packages/b2c-tooling-sdk/src/docs/types.ts:110

The search index structure stored in index.json.

Properties

entries

entries: DocEntry[]

Defined in: packages/b2c-tooling-sdk/src/docs/types.ts:116

Array of documentation entries


generatedAt

generatedAt: string

Defined in: packages/b2c-tooling-sdk/src/docs/types.ts:114

Timestamp when the index was generated


version

version: string

Defined in: packages/b2c-tooling-sdk/src/docs/types.ts:112

Version of the index format

Released under the Apache-2.0 License.