PreparerOptions
Home > @backstage/plugin-techdocs-node
> PreparerOptions
Options for configuring the content preparation process.
Signature:
export type PreparerOptions = {
logger?: LoggerService;
etag?: ETag;
};
References: LoggerService, ETag