UNPKG

cactus-agent

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