Program Listing for File definitions.h
↰ Return to documentation for file (lib/definitions.h
)
//
// Created by Manujinda Wathugala on 2/7/22.
//
#ifndef DELPHI_DEFINITIONS_H
#define DELPHI_DEFINITIONS_H
enum DataAggregationLevel { NONE, MONTHLY, YEARLY };
#endif // DELPHI_DEFINITIONS_H