techdocs-node: mark as deprecated
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
@@ -29,6 +29,10 @@ export type GeneratorRunInType = 'docker' | 'local';
|
||||
*/
|
||||
export type GeneratorOptions = {
|
||||
logger: Logger;
|
||||
/**
|
||||
* @deprecated containerRunner is now instantiated in
|
||||
* the generator and this option will be removed in the future
|
||||
*/
|
||||
containerRunner?: ContainerRunner;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user