Type alias DevfiveApiRequestPathParamsOption<PathParams>

DevfiveApiRequestPathParamsOption<PathParams>: [PathParams] extends [never]
    ? {
        $?: never;
    }
    : {
        $: Record<PathParams, number | string>;
    }

Type Parameters

  • PathParams extends string

Generated using TypeDoc