mirror of
https://github.com/standardnotes/app
synced 2026-08-05 12:16:39 -04:00
7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
import { UuidString } from '@Lib/Types/UuidString'
|
|
|
|
export type TemplateNoteViewControllerOptions = {
|
|
title?: string
|
|
tag?: UuidString
|
|
}
|