Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
CacheTypeReducer
Type Alias CacheTypeReducer<State, CachedType, RawType, PresentType, Fallback>
CacheTypeReducer
:
[
State
]
extends
[
"cached"
]
?
CachedType
:
[
State
]
extends
[
"raw"
]
?
RawType
:
[
State
]
extends
[
"raw"
|
"cached"
]
?
PresentType
:
Fallback
Type Parameters
State
extends
CacheType
CachedType
RawType
=
CachedType
PresentType
=
CachedType
|
RawType
Fallback
=
PresentType
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
discord-js-button-pagination-ts
Loading...