techdocs-node: mark as deprecated

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2024-06-17 10:28:29 +02:00
parent e8c01ddc0a
commit 3bcfbf39d1
@@ -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;
};