index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
remote
/
activitypub
/
models
/
icon.ts
blob: 50794a937de15f73092af13c02b2a59e69d9f02d (
plain
)
1
2
3
4
5
export
type
IIcon
=
{
type
:
string
;
mediaType?
:
string
;
url?
:
string
;
};