ParamsType
import { ParamsType } from "@hyper-fetch/core"
Description
Defined in command/command.types.ts:192
Preview
type ParamsType = Record<string, ParamType>;
Structure
Record<string, ParamType>
import { ParamsType } from "@hyper-fetch/core"
Defined in command/command.types.ts:192
type ParamsType = Record<string, ParamType>;
Record<string, ParamType>