github.com/zppinho/prow@v0.0.0-20240510014325-1738badeb017/pkg/spyglass/lenses/lens.d.ts (about)

     1  import { Spyglass } from "../../../cmd/deck/static/spyglass/lens";
     2  
     3  declare global {
     4    // The `spyglass` global is injected into the environment the lens runs in by spyglass.
     5    const spyglass: Spyglass;
     6  }