UNPKG
@neocoast/neox
Version:
latest (0.1.0-alpha.0)
0.1.0-alpha.0
0.0.4
Data structure supporting new redux hooks
github.com/NeoCoast/neox
NeoCoast/neox
@neocoast/neox
/
dist
/
__tests__
/
interfaces.d.ts
10 lines
(9 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
default
interface
StateObject
{
year
?:
number
;
username
?:
string
;
test
?:
string
;
data
?: {
testingLibrary
?:
string
; };
numbers
?:
Array
<
number
>; }