fix: resolve typescript and build errors across admin and guest apps
This commit is contained in:
@@ -71,7 +71,7 @@ describe('LimitWarnings', () => {
|
||||
used: 100,
|
||||
remaining: 0,
|
||||
percentage: 100,
|
||||
state: 'limit_reached',
|
||||
state: 'limit_reached' as const,
|
||||
threshold_reached: null,
|
||||
next_threshold: null,
|
||||
thresholds: [],
|
||||
|
||||
Reference in New Issue
Block a user