UNPKG
my-test123
Version:
latest (1.0.0)
1.0.0
A planner front-end for Fabric8.
github.com/fabric8-ui/fabric8-planner
fabric8-ui/fabric8-planner
my-test123
/
app
/
states
/
comment.state.d.ts
4 lines
(3 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
import
{
CommentUI
}
from
'./../models/comment'
;
export
declare
type
CommentState
=
CommentUI
[];
export
declare
const
initialState
:
CommentState
;