backend-plugin-api: generate api report for create* updates
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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> =
|
||||
|
||||
Reference in New Issue
Block a user