0.1.5Updated a year ago
declare global {
  interface Request {
    state: Infinity.Context
  }
}

export {}