mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
13 lines
249 B
TypeScript
13 lines
249 B
TypeScript
|
|
export interface FSABRecentContactParams {
|
|
anchorPointContact: {
|
|
contactId: string;
|
|
sortField: string;
|
|
pos: number;
|
|
};
|
|
relativeMoveCount: number;
|
|
listType: number;
|
|
count: number;
|
|
fetchOld: boolean;
|
|
}
|