Typeberry by Fluffy Labs - v0.4.0
Preparing search index...
lib
codec
PropertyKeys
Type Alias PropertyKeys<T>
PropertyKeys
:
{
[
K
in
Extract
<
keyof
T
,
string
>
]
:
T
[
K
]
extends
Function
?
never
:
K
}
[
Extract
<
keyof
T
,
string
>
]
Only keys that contain properties, not methods.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Typeberry by Fluffy Labs - v0.4.0
Loading...
Only keys that contain properties, not methods.