Type Alias: CommunitySortTypeByMode
ts
type CommunitySortTypeByMode = object;Defined in: src/types/CommunitySortType.ts:15
Properties
| Property | Type | Defined in |
|---|---|---|
lemmyv0 | Required<Pick<LemmyV0ListCommunities, "sort">> & object | src/types/CommunitySortType.ts:16 |
lemmyv1 | Pick<LemmyV1ListCommunities, "time_range_seconds"> & Required<Pick<LemmyV1ListCommunities, "sort">> & object | src/types/CommunitySortType.ts:19 |
piefed | Pick<Required<NonNullable<paths["/api/alpha/community/list"]["get"]["parameters"]["query"]>>, "sort"> & object | src/types/CommunitySortType.ts:23 |
