blog.hangerthem.com/types/Note.type.ts

1 line
60 B
TypeScript

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