mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-21 22:35:11 +00:00
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:
parent
5085c39440
commit
808963189e
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue