mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
6 lines
140 B
TypeScript
6 lines
140 B
TypeScript
import { UuidString } from '@Lib/Types/UuidString'
|
|
|
|
export type TemplateNoteViewControllerOptions = {
|
|
title?: string
|
|
tag?: UuidString
|
|
}
|