github.com/tilt-dev/tilt@v0.36.0/web/src/facets.ts (about)

     1  export type Facet = {
     2    name: string
     3    value: string
     4  }