mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-21 23:22:56 -05:00
b3d5567bd0
Port 67442f90393c644064bf34d531bdebe15f88d729 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>;
|