interface StarterPackFetchListOptions

extends BaseBotGetMethodOptions

Options for the StarterPack#fetchList method.

Properties

skipCache?: boolean

Whether to skip checking the cache.

Default: false

noCacheResponse?: boolean

Whether to skip caching the response.

Default: false

force?: boolean

Whether to fetch items even if they are already cached.