UNPKG

chia-agent

Version:
7 lines (6 loc) 198 B
import { str } from "../types/_python_types_"; export type TDriverDictValue = { type: str; also?: TDriverDict; } & Record<str, any>; export type TDriverDict = Record<str, TDriverDictValue>;