UNPKG

toystack

Version:

![Toystack CLI](https://framerusercontent.com/images/6KcXakCf8FI9LB2mJXNjcHIreDA.png)

13 lines (12 loc) 222 B
export interface CliConfig { version: number; workspace: string; workspace_name: string; api: { key: string; expires_at: number; host: string; refresh_token: string; }; dashboard_url: string; }