MCPcopy
hub / github.com/joschan21/digitalhippo / Config

Interface Config

src/payload-types.ts:9–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 */
8
9export interface Config {
10 collections: {
11 users: User;
12 products: Product;
13 media: Media;
14 product_files: ProductFile;
15 orders: Order;
16 'payload-preferences': PayloadPreference;
17 'payload-migrations': PayloadMigration;
18 };
19 globals: {};
20}
21export interface User {
22 id: string;
23 products?: (string | Product)[] | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected