blog.hangerthem.com/types/Note.type.ts
2026-08-02 22:39:12 +02:00

1 line
No EOL
59 B
TypeScript

export type NoteType = 'warning' | 'tip' | 'info' | 'quote'