parent
da491ab814
commit
41055cc626
2 changed files with 6 additions and 1 deletions
@ -0,0 +1,5 @@ |
||||
type Message = import('../components/MessageBox').Message; |
||||
|
||||
type Messages = { |
||||
[messageKey: string]: Message; |
||||
}; |
Loading…
Reference in new issue