UNPKG

@cotype/core

Version:

<h2 align="center"> <img src="https://cotype.dev/logo.svg" alt="cotype" /> </h2>

11 lines (9 loc) 190 B
import { Principal, PreviewOpts } from "./entities"; declare global { namespace Express { interface Request { principal: Principal; previewOpts?: PreviewOpts; } } }