UNPKG

chia-agent

Version:
9 lines (8 loc) 249 B
import { bool, str } from "../types/_python_types_"; export declare const display_name = "madMAx Plotter"; export type madmax_install_info = { display_name: typeof display_name; version?: str; installed: bool; can_install?: bool; };