mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
1// eslint-disable-next-line @typescript-eslint/no-unused-vars
2import {type AppBskyUnspeccedGetPostThreadV2} from '@atproto/api'
3
4/**
5 * See the `below` param on {@link AppBskyUnspeccedGetPostThreadV2.QueryParams}
6 */
7export const LINEAR_VIEW_BELOW = 10
8
9/**
10 * See the `branchingFactor` param on {@link AppBskyUnspeccedGetPostThreadV2.QueryParams}
11 */
12export const LINEAR_VIEW_BF = 1
13
14/**
15 * See the `below` param on {@link AppBskyUnspeccedGetPostThreadV2.QueryParams}
16 */
17export const TREE_VIEW_BELOW = 4
18
19/**
20 * See the `branchingFactor` param on {@link AppBskyUnspeccedGetPostThreadV2.QueryParams}
21 */
22export const TREE_VIEW_BF = undefined
23
24/**
25 * See the `below` param on {@link AppBskyUnspeccedGetPostThreadV2.QueryParams}
26 */
27export const TREE_VIEW_BELOW_DESKTOP = 6