python-archieve-projects/WechatBot/node_modules/frida/dist/portal_membership.d.ts

7 lines
190 B
TypeScript

import { Cancellable } from "./cancellable";
export declare class PortalMembership {
private impl;
constructor(impl: any);
terminate(cancellable?: Cancellable): Promise<void>;
}