MCPcopy
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

1import {PixelRatio} from 'react-native';
2
3export interface Playlist {
4 id: string;
5 title: string;
6}
7
8export interface Movie {
9 adult: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected