Files
botAffilate/serverADB/node_modules/zca-js/dist/apis/keepAlive.d.ts
T
2026-07-21 08:54:30 +07:00

5 lines
214 B
TypeScript

export type KeepAliveResponse = {
config_vesion: number;
};
export declare const keepAliveFactory: (ctx: import("../context.js").ContextBase, api: import("../apis.js").API) => () => Promise<KeepAliveResponse>;