Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jef/streetmerchant
/ Card
Interface
Card
src/store/model/helpers/card.ts:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
import
{logger} from
'../../../logger'
;
3
4
export
interface
Card {
5
brand: string;
6
model: Model;
7
}
8
9
interface
LinksBuilderOptions {
10
productsSelector: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected