index
:
JellySolutions
main
An online U-Fund system focused on coral reef and marine life conservation
sowgro
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ufund-ui
/
src
/
app
/
models
/
User.ts
blob: 9149fe767d3701df028a80e668dc228c55d7b19f (
plain
) (
blame
)
1
2
3
4
5
6
import
{
Need
}
from
'./Need'
;
export
interface
User
{
username
:
string
;
basket
:
Need
[];
}