import type { JSONValue } from '../utils/json_value.js'; export type StringKeys = keyof TObject & string; export type PluginInputs = Partial>;