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

Interface DateNotePatternMatch

packages/app-core/src/lib/vault-layout.ts:314–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314interface DateNotePatternMatch {
315 year?: number
316 month?: number
317 day?: number
318 week?: number
319}
320
321function mergeCapture(
322 match: DateNotePatternMatch,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected