first commit
This commit is contained in:
11
packages/x402/locals.d.ts
vendored
Normal file
11
packages/x402/locals.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { X402Enforcer } from "./src/types.js";
|
||||
|
||||
declare global {
|
||||
namespace App {
|
||||
interface Locals {
|
||||
x402: X402Enforcer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user