jccp_a/vuepress/node_modules/@vercel/oidc/dist/get-context.d.ts
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

7 lines
176 B
TypeScript

type Context = {
headers?: Record<string, string>;
};
export declare const SYMBOL_FOR_REQ_CONTEXT: unique symbol;
export declare function getContext(): Context;
export {};