Autogen seems to have generated this file

This doesn't seem related so I'm putting it in its own commit so it can be dropped easily if needed
This commit is contained in:
CenTdemeern1 2024-10-13 00:58:13 +02:00
parent 5085c39440
commit 808963189e

View file

@ -15366,6 +15366,10 @@ export type operations = {
untilId?: string;
/** @default 10 */
limit?: number;
/** @default false */
includeFollower?: boolean;
/** @default true */
includeFollowee?: boolean;
};
};
};
@ -15425,6 +15429,10 @@ export type operations = {
untilId?: string;
/** @default 10 */
limit?: number;
/** @default false */
includeFollower?: boolean;
/** @default true */
includeFollowee?: boolean;
};
};
};