UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

12 lines 336 B
import { Spawner } from '../../util/spawner'; export declare type DeviceTokens = { deviceId: any; accessToken: any; refreshToken: any; idToken: any; }; export declare function writeTokens({ spawner, tokens }: { spawner: Spawner; tokens: DeviceTokens; }): Promise<void>; //# sourceMappingURL=write-tokens.d.ts.map