mirror of
https://github.com/funamitech/mastodon
synced 2024-11-28 06:48:45 +09: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>;
|