chore: move eslint ignores and fix onboarding typing
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
tailwind.config.*
|
||||
postcss.config.*
|
||||
orval.config.*
|
||||
@@ -24,6 +24,8 @@ type BoardDraft = {
|
||||
|
||||
type BoardSummary = {
|
||||
id: string;
|
||||
name: string;
|
||||
slug: string;
|
||||
board_type?: string;
|
||||
objective?: string | null;
|
||||
success_metrics?: Record<string, unknown> | null;
|
||||
|
||||
Reference in New Issue
Block a user