/** * @name NoteType * @description The presentation types of notes. * @description display | print | printoper * @see NoteType * @version R4 * @author Claudia Alarcón Lazo */ export type NoteTypeType = 'display' | 'print' | 'printoper';