State
State: { a: string; fn: () => boolean; hello: { there?: undefined | { world?: undefined | string } }; obj: { attr: number } }
Type declaration
-
a: string
-
fn: () => boolean
-
hello: { there?: undefined | { world?: undefined | string } }
-
Optional there?: undefined | { world?: undefined | string }
-
obj: { attr: number }