summaryrefslogtreecommitdiff
path: root/desktop/node_modules/@xhayper/discord-rpc/dist/structures/Base.d.ts
blob: 4bab6c52c38fdc417f87d4385f5226fccea4d134 (plain)
1
2
3
4
5
6
7
8
import type { Client } from "../Client";
export declare class Base {
    /**
     * the client instance
     */
    client: Client;
    constructor(client: Client);
}