Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 */
2
export
interface
KeyImage {
3
type
: string;
4
url: string;
5
}
6
7
export
interface
Seller {
8
id: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected