Preparing search index...
The search index is not available
Documentation - v0.3.0
Documentation
typir
CustomTypePropertyStorage
Type Alias CustomTypePropertyStorage<T, Specifics>
CustomTypePropertyStorage
:
T
extends
Type
?
TypeReference
<
T
,
Specifics
>
:
T
extends
string
|
number
|
boolean
|
bigint
|
symbol
?
T
:
T
extends
undefined
?
T
:
T
extends
(
infer
ValueType
)
[]
?
ValueType
extends
CustomTypePropertyTypes
?
ReadonlyArray
<
CustomTypePropertyStorage
<
ValueType
,
Specifics
>
>
:
never
:
T
extends
Map
<
string
,
infer
ValueType
>
?
ValueType
extends
CustomTypePropertyTypes
?
ReadonlyMap
<
string
,
CustomTypePropertyStorage
<
ValueType
,
Specifics
>
,
>
:
never
:
T
extends
Set
<
infer
ContentType
>
?
ContentType
extends
CustomTypePropertyTypes
?
ReadonlySet
<
CustomTypePropertyStorage
<
ContentType
,
Specifics
>
>
:
never
:
T
extends
CustomTypeProperties
?
CustomTypeStorage
<
T
,
Specifics
>
:
never
Type Parameters
T
extends
CustomTypePropertyTypes
Specifics
extends
TypirSpecifics
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation - v0.3.0
Loading...