UNPKG

wechaty-puppet-padplus

Version:
7 lines 254 B
import { PadplusErrorType } from '..'; export declare class PadplusError extends Error { readonly type: PadplusErrorType; constructor(type: PadplusErrorType, message?: string); toString(): string; } //# sourceMappingURL=padplus-error.d.ts.map