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

5 lines
153 B
TypeScript

import { ZaloApiError } from "./ZaloApiError.js";
export declare class ZaloApiLoginQRAborted extends ZaloApiError {
constructor(message?: string);
}