backend-plugin-api: generate api report for create* updates

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-03 13:38:57 +01:00
parent 5b86b02d6c
commit 6e5ebec133
2 changed files with 61 additions and 48 deletions
-2
View File
@@ -17,7 +17,6 @@
/**
* Base type for options objects that aren't required.
*
* @internal
* @ignore
*/
export type MaybeOptions = object | undefined;
@@ -25,7 +24,6 @@ export type MaybeOptions = object | undefined;
/**
* Helper type that makes the options argument optional if options are not required.
*
* @internal
* @ignore
*/
export type FactoryFunctionWithOptions<TResult, TOptions> =