chore: duplicate some of the logging work
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -31,6 +31,7 @@ export type ActionContext<
|
||||
TActionInput extends JsonObject,
|
||||
TActionOutput extends JsonObject = JsonObject,
|
||||
> = {
|
||||
// TODO(blam): move this to LoggerService
|
||||
logger: Logger;
|
||||
/** @deprecated - use `ctx.logger` instead */
|
||||
logStream: Writable;
|
||||
|
||||
Reference in New Issue
Block a user