MCPcopy
hub / github.com/alpic-ai/skybridge / CoffeeShop

Interface CoffeeShop

examples/auth-descope-alpic/src/coffee-data.ts:1–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface CoffeeShop {
2 id: string;
3 name: string;
4 neighborhood: string;
5 rating: number;
6 specialty: string;
7 imageUrl: string;
8 isFavorite?: boolean;
9}
10
11const COFFEE_SHOPS: CoffeeShop[] = [
12 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected