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