UNPKG

chia-agent

Version:
8 lines (7 loc) 230 B
import { bool, str } from "../types/_python_types_"; export declare const display_name = "Chia Proof of Space"; export type chiapos_install_info = { display_name: typeof display_name; version: str; installed: bool; };