index
:
voidsky
this commit
main
A fork of Bluesky's frontend that respects the user's autonomy
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
state
/
cache
/
types.ts
blob: 8bfcc867c9ea2e2b8b7d7ea2ac58b3949c6ad28e (
plain
) (
blame
)
1
export
type
Shadow
<
T
>
=
T
&
{
isShadowed
:
true
}