MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / CustomTemplateFile

Interface CustomTemplateFile

packages/bridge-contract/src/templates.ts:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 * substitution, so parsing logic has a single home (`@shared/template-files`).
44 */
45export interface CustomTemplateFile {
46 /** Vault-relative path, e.g. `.zennotes/templates/adr.md`. */
47 sourcePath: string
48 /** Raw `.md` contents including YAML frontmatter. */
49 raw: string
50}
51
52/** Payload for creating or updating a custom template file. */
53export interface WriteTemplateInput {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected