mirror of
https://github.com/mastodon/mastodon.git
synced 2026-01-20 10:26:40 +00:00
5 lines
163 B
TypeScript
5 lines
163 B
TypeScript
export type { StatusVisibility } from 'mastodon/api_types/statuses';
|
|
|
|
// Temporary until we type it correctly
|
|
export type Status = Immutable.Map<string, unknown>;
|