Interface SearchOptions

Hierarchy

  • SearchOptions

Index

Properties

Properties

Optional scope

scope: DataScope

If provided, determines where to fetch data from, default is DataScope.Skill.

Optional select

select: string[]

If provided, determines which properties to return. For performance, it is recommended to retrieve only what you need. Default returns all properties.

where

Required clause that dictates the data you want to retrieve.

Generated using TypeDoc