lemmy-js-client/src/types/CommunityVisibility.ts

9 lines
300 B
TypeScript
Raw Normal View History

// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
/**
* Defines who can browse and interact with content in a community.
*
* TODO: Also use this to define private communities
*/
export type CommunityVisibility = "Public" | "LocalOnly";