UNPKG

zca-js

Version:

Unofficial Zalo API for JavaScript

4 lines (3 loc) 256 B
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>;