@@ -72,7 +72,7 @@ export type ParamNames<S extends string> =
|
||||
export type PathParams<S extends string> = { [name in ParamNames<S>]: string };
|
||||
|
||||
/**
|
||||
* Merges a param object type with with an optional params type into a params object.
|
||||
* Merges a param object type with an optional params type into a params object.
|
||||
* @public
|
||||
*/
|
||||
export type MergeParams<
|
||||
|
||||
@@ -73,20 +73,20 @@ const addThingToThing = (a, b) a + b;
|
||||
|
||||
# MDX truly sane lists
|
||||
|
||||
- attributes
|
||||
- `attributes`
|
||||
|
||||
- customer
|
||||
- first_name
|
||||
- test
|
||||
- family_name
|
||||
- email
|
||||
- person
|
||||
- first_name
|
||||
- family_name
|
||||
- birth_date
|
||||
- subscription_id
|
||||
- `customer`
|
||||
- `first_name`
|
||||
- `test`
|
||||
- `family_name`
|
||||
- `email`
|
||||
- `person`
|
||||
- `first_name`
|
||||
- `family_name`
|
||||
- `birth_date`
|
||||
- `subscription_id`
|
||||
|
||||
- request
|
||||
- `request`
|
||||
|
||||
<!-- prettier-ignore -->
|
||||
*[MOCDOC]: Mock Documentation
|
||||
|
||||
Reference in New Issue
Block a user