Skip to content

Type Alias: CommunitySortTypeByMode

ts
type CommunitySortTypeByMode = object;

Defined in: src/types/CommunitySortType.ts:15

Properties

PropertyTypeDefined in
lemmyv0Required<Pick<LemmyV0ListCommunities, "sort">> & objectsrc/types/CommunitySortType.ts:16
lemmyv1Pick<LemmyV1ListCommunities, "time_range_seconds"> & Required<Pick<LemmyV1ListCommunities, "sort">> & objectsrc/types/CommunitySortType.ts:19
piefedPick<Required<NonNullable<paths["/api/alpha/community/list"]["get"]["parameters"]["query"]>>, "sort"> & objectsrc/types/CommunitySortType.ts:23