hyperspace-desktop-client-w.../src/types/Visibility.tsx

5 lines
124 B
TypeScript
Raw Normal View History

2019-03-25 21:23:04 +01:00
/**
* Types of a post's visibility on Mastodon.
*/
export type Visibility = "direct" | "private" | "unlisted" | "public";