fix: resolve typescript and build errors across admin and guest apps
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { TenantPackageSummary } from '../../api';
|
||||
|
||||
type Translate = (key: string, options?: Record<string, unknown> | string) => string;
|
||||
type Translate = any;
|
||||
|
||||
type LimitUsageOverrides = {
|
||||
remainingEvents?: number | null;
|
||||
|
||||
Reference in New Issue
Block a user