7 lines
140 B
TypeScript
7 lines
140 B
TypeScript
import { UuidString } from '@Lib/Types/UuidString'
|
|
|
|
export type TemplateNoteViewControllerOptions = {
|
|
title?: string
|
|
tag?: UuidString
|
|
}
|