Fix TypeScript typecheck errors
This commit is contained in:
@@ -16,9 +16,10 @@ export interface TenantProfile {
|
||||
id: number;
|
||||
tenant_id: number;
|
||||
role?: string | null;
|
||||
name?: string;
|
||||
name?: string | null;
|
||||
slug?: string;
|
||||
email?: string | null;
|
||||
avatar_url?: string | null;
|
||||
features?: Record<string, unknown>;
|
||||
[key: string]: unknown;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user