mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-28 17:31:37 +01:00
4 lines
163 B
TypeScript
4 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>;
|