Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/LegendApp/legend-list
/ Playlist
Interface
Playlist
example/api/index.ts:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{PixelRatio} from
'react-native'
;
2
3
export
interface
Playlist {
4
id: string;
5
title: string;
6
}
7
8
export
interface
Movie {
9
adult: boolean;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected