mateuszkocz/probot-decorated

Reexport aliased Probot's Context to avoid name clash

mateuszkocz opened this issue · 0 comments

Currently both Probot and the lib uses the same name Context making it easy to import invalid value. It's possible to prevent it by manually doing import { Context as ProbotContext } from "probot".

Reexport that as a ProbotContext from the lib.