UNPKG

@warriorteam/zalo-personal

Version:

Unofficial Zalo Personal API for JavaScript - A powerful library for interacting with Zalo personal accounts with URL attachment support

4 lines (3 loc) 255 B
import { PollDetail } from "../models/Board.js"; export type PollDetailResponse = PollDetail; export declare const getPollDetailFactory: (ctx: import("../context.js").ContextBase, api: import("../zalo.js").API) => (pollId: string) => Promise<PollDetail>;