1
0

add new featured tab for "users popular locally"

This commit is contained in:
Hazelnoot
2025-05-09 22:33:08 -04:00
parent 2e4ec0dd9e
commit 81910cf725
5 changed files with 40 additions and 4 deletions
+1 -1
View File
@@ -31523,7 +31523,7 @@ export type operations = {
/** @default 0 */
offset?: number;
/** @enum {string} */
sort?: '+follower' | '-follower' | '+createdAt' | '-createdAt' | '+updatedAt' | '-updatedAt';
sort?: '+follower' | '-follower' | '+localFollower' | '-localFollower' | '+createdAt' | '-createdAt' | '+updatedAt' | '-updatedAt';
/**
* @default all
* @enum {string}