@webdeveric/utils
Preparing search index...
combinations
CombinationsInput
Type Alias CombinationsInput<Type>
CombinationsInput
:
{
[
Property
in
keyof
Type
]
:
Type
[
Property
]
extends
UnknownRecord
?
CombinationsInput
<
Type
[
Property
]
>
:
Type
[
Property
]
|
Type
[
Property
]
[]
}
Type Parameters
Type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webdeveric/utils
Loading...