5 lines
153 B
TypeScript
5 lines
153 B
TypeScript
import { ZaloApiError } from "./ZaloApiError.js";
|
|
export declare class ZaloApiLoginQRAborted extends ZaloApiError {
|
|
constructor(message?: string);
|
|
}
|