MCPcopy
hub / github.com/chartdb/chartdb / Template

Interface Template

src/templates-data/templates-data.ts:52–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50import { polrDb } from './templates/polr-db';
51import { djangoAxesDb } from './templates/django-axes-db';
52export interface Template {
53 slug: string;
54 name: string;
55 shortDescription: string;
56 description: string;
57 image: string;
58 imageDark: string;
59 diagram: Diagram;
60 tags: string[];
61 featured: boolean;
62 url?: string;
63}
64
65export const templates: Template[] = [
66 employeeDb,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected