index
:
bookmark-thing
master
A bookmarking service that aims to provide users with an excellent personal search
Ivar Løvlie <git@ivarlovlie.no>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
webapp
/
src
/
lib
/
models
/
ICreateEntryRequest.ts
blob: 542ac62bc0478f8a7b55b17fc6289ce8ea0a81ff (
plain
) (
blame
)
1
2
3
4
5
export
interface
ICreateEntryRequest
{
url
:
string
;
tags
:
string
;
description
:
string
;
}