@adcp/sdk API Reference - v10.0.1
Documentation
GitHub
npm
Preparing search index...
GetProductsResponseWithCacheScope
Type Alias GetProductsResponseWithCacheScope<T>
GetProductsResponseWithCacheScope
:
T
extends
{
products
:
infer
TProducts
}
?
Omit
<
T
,
"cache_scope"
>
&
{
products
:
TProducts
;
cache_scope
:
GetProductsCacheScope
;
}
:
T
extends
{
unchanged
:
true
}
?
Omit
<
T
,
"cache_scope"
>
&
{
unchanged
:
true
;
cache_scope
:
GetProductsCacheScope
;
}
:
RequireCacheScopeWhenProducts
<
NormalizedCacheScopeInput
<
T
>
>
Type Parameters
T
extends
object
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Documentation
GitHub
npm
@adcp/sdk API Reference - v10.0.1
Loading...