just some vale fixes

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-10-11 13:10:48 +01:00
parent 09dc3083a6
commit 2a6d762539
4 changed files with 34 additions and 25 deletions
@@ -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