Variable ContextConst

Context: {
    getPath: (() => string[]);
    inPath: (<R>(id: string, fn: (() => R)) => R);
} = ...