chore: include pre-built dist for github install
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
export interface LoginOptions {
|
||||
serverUrl?: string;
|
||||
clientId?: string;
|
||||
scopes?: string[];
|
||||
}
|
||||
export declare function login(serverName: string, options: LoginOptions): Promise<number>;
|
||||
Reference in New Issue
Block a user