index
:
IT-kariera/Team-Kaleidoscope/DevHive-Angular
click-sec-info
code-refactor
dev
footer
friends-update
main
major-redesign
profile-picture-update
rating_system
The front end of our DevHive Social Media
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
models
/
post-comment.model.ts
blob: 5d1e346c6a73ac73f545152da2e0e1b763c87192 (
plain
) (
blame
)
1
2
3
4
5
import
{
Guid
}
from
'guid-typescript'
;
export class
PostComment
{
public
id
:
Guid
;
}