REPORT_DATERANGE_HELPER_LABELS Type — supabase Architecture
Architecture documentation for the REPORT_DATERANGE_HELPER_LABELS type/interface in Reports.constants.ts from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Reports/Reports.constants.ts lines 13–22
export enum REPORT_DATERANGE_HELPER_LABELS {
LAST_10_MINUTES = 'Last 10 minutes',
LAST_30_MINUTES = 'Last 30 minutes',
LAST_60_MINUTES = 'Last 60 minutes',
LAST_3_HOURS = 'Last 3 hours',
LAST_24_HOURS = 'Last 24 hours',
LAST_7_DAYS = 'Last 7 days',
LAST_14_DAYS = 'Last 14 days',
LAST_28_DAYS = 'Last 28 days',
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free