Skip to content

类型别名: StandardNoteType

ts
type StandardNoteType = Exclude<NoteType, "break">;

定义于: models.ts:11

非 Break 的普通 Note 类型。