0.1.6Updated 7 months ago
declare global {
  interface Request {
    state: Infinity.Context
  }
}

export {}