Type alias WarnLogParams

WarnLogParams: LogParams & {
    err?: Error;
}

Type declaration

  • Optional err?: Error

Generated using TypeDoc