export interface SessionNoteHeaderText { header: string; editedOn: string; attribution: string; } export interface SessionNoteText { emptyNote: string; placeholder: string; edit: string; save: string; cancel: string; }