import { str } from "../types/_python_types_"; export type TDriverDictValue = { type: str; also?: TDriverDict; } & Record; export type TDriverDict = Record;