mirror of
https://github.com/funamitech/mastodon
synced 2024-12-15 07:09:03 +09:00
c316852a65
Port e47a3d00fe
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
5 lines
170 B
TypeScript
5 lines
170 B
TypeScript
export type { StatusVisibility } from 'flavours/glitch/api_types/statuses';
|
|
|
|
// Temporary until we type it correctly
|
|
export type Status = Immutable.Map<string, unknown>;
|