MCPcopy
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

2import {logger} from '../../../logger';
3
4export interface Card {
5 brand: string;
6 model: Model;
7}
8
9interface LinksBuilderOptions {
10 productsSelector: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected