rspace-online/types/hono.d.ts

12 lines
189 B
TypeScript

import 'hono';
declare module 'hono' {
interface ContextVariableMap {
effectiveSpace: string;
spaceRole: string;
isOwner: boolean;
x402Payment: string;
x402Scheme: string;
}
}