UNPKG

@strapi/types

Version:

Shared typescript types for Strapi internal use

6 lines 253 B
import type { ParameterizedContext } from 'koa'; export interface RequestContext { get(): ParameterizedContext | undefined; run(store: ParameterizedContext, cb: () => Promise<void>): Promise<void>; } //# sourceMappingURL=request-context.d.ts.map