bsky-app/src/state/queries/threadgate.ts

6 lines
132 B
TypeScript

export type ThreadgateSetting =
| {type: 'nobody'}
| {type: 'mention'}
| {type: 'following'}
| {type: 'list'; list: string}