fix: resolve TypeScript build errors in service library
- Fix supabase.ts with proper placeholder types (was error messages from failed CLI command) - Remove duplicate TPermissionItem export from local-storage.ts - Import TPermissionItem from types/permissions instead These changes fix TypeScript compilation errors during Docker builds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude
parent
40cd47c6be
commit
400daea60f
@@ -1,9 +1,4 @@
|
||||
export type TPermissionItem = {
|
||||
id: string;
|
||||
name: string;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
};
|
||||
import type { TPermissionItem } from '../types/permissions';
|
||||
|
||||
type TRoleItem = {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user