mirror of
https://github.com/funamitech/mastodon
synced 2024-12-14 14:49:01 +09:00
b3d5567bd0
Port 67442f9039
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
5 lines
171 B
TypeScript
5 lines
171 B
TypeScript
export type StatusVisibility = 'public' | 'unlisted' | 'private' | 'direct';
|
|
|
|
// Temporary until we type it correctly
|
|
export type Status = Immutable.Map<string, unknown>;
|