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
@ -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 New Issue
Block a user