MCPcopy
hub / github.com/bitpay/wallet / Advertising

Interface Advertising

src/components/advertising/advertising.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { ExternalLinkProvider } from '../../providers/external-link/external-link';
4
5interface Advertising {
6 takeover_image: string;
7 takeover_url: string;
8}
9
10@Component({
11 selector: 'advertising',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…