MCPcopy
hub / github.com/msgbyte/tianji / Review

Interface Review

apps/appstore-review/src/reviews.ts:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { AppstoreConfig, GooglePlayConfig } from './types';
5
6interface Review {
7 id: string;
8}
9
10const REVIEWS_LIMIT = 5000;
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected