Files
botAffilate/serverNode/node_modules/zca-js/dist/apis/getCloseFriends.d.ts
T

4 lines
256 B
TypeScript

import type { User } from "../models/index.js";
export type GetCloseFriendsResponse = User[];
export declare const getCloseFriendsFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => () => Promise<GetCloseFriendsResponse>;