Files
botAffilate/serverNode/node_modules/zca-js/dist/Errors/ZaloApiLoginQRAborted.d.ts
T

5 lines
153 B
TypeScript

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