mithril-materialized
Preparing search index...
OptionalKeys
Type Alias OptionalKeys<T, K>
OptionalKeys
:
Omit
<
T
,
K
>
&
Partial
<
Pick
<
T
,
K
>
>
Makes specified keys optional while keeping others as-is
Type Parameters
T
The base type
K
extends
keyof
T
Keys to make optional
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
mithril-materialized
Loading...
Makes specified keys optional while keeping others as-is