Feat: Fügt Entities für account, transaction und recurring_transaction hinzu
This commit is contained in:
14
lib/Entities/time_frame_enum.dart
Normal file
14
lib/Entities/time_frame_enum.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
/// Ein Enum, das bestimmte Zeitspannen darstellt
|
||||
enum TimeFrameEnum {
|
||||
/// Für eine tägliche Zeitspanne
|
||||
daily,
|
||||
|
||||
/// Für eine wöchentliche Zeitspanne
|
||||
weekly,
|
||||
|
||||
/// Für eine monatliche Zeitspanne
|
||||
monthly,
|
||||
|
||||
/// Für eine jährliche Zeitspanne
|
||||
yearly,
|
||||
}
|
||||
Reference in New Issue
Block a user