MCPcopy
hub / github.com/claabs/epicgames-freegames-node / KeyImage

Interface KeyImage

src/interfaces/promotions-response.ts:2–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* eslint-disable @typescript-eslint/no-explicit-any */
2export interface KeyImage {
3 type: string;
4 url: string;
5}
6
7export interface Seller {
8 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected