UNPKG

balena-cli

Version:

The official balena Command Line Interface

3 lines (2 loc) 161 B
export declare function getDashboardLoginURL(callbackUrl: string): Promise<string>; export declare function loginIfTokenValid(token?: string): Promise<boolean>;