/** * The status of notes to retrieve. */ export enum NoteStatus { ACTIVE = 1, ACTIVE_OR_NULLIFIED = 2, // TODO(#4217): add 'NULLIFIED' }