mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 02:24:17 +00:00
12 lines
230 B
TypeScript
Executable File
12 lines
230 B
TypeScript
Executable File
declare module 'cloudlink' {
|
||
export namespace client {
|
||
export class Bridge {};
|
||
export function createInterface(address: string): Promise<object>;
|
||
}
|
||
export namespace server {
|
||
|
||
}
|
||
export namespace classes {
|
||
|
||
}
|
||
} |