src/msw/data.ts(105,25): error TS2339: Property 'config' does not exist on type 'Partial<{ id: string; project_id: string; project_name?: string | undefined; name: string; description?: string | null | undefined; enabled: boolean; code_repo_id: string; manifest_repo_id: string; ... 6 more ...; updated_at: string; }>'. src/msw/handlers/pipelines.ts(22,91): error TS2353: Object literal may only specify known properties, and 'config' does not exist in type 'Partial<{ id: string; project_id: string; project_name?: string | undefined; name: string; description?: string | null | undefined; enabled: boolean; code_repo_id: string; manifest_repo_id: string; ... 6 more ...; updated_at: string; }>'. src/msw/handlers/pipelines.ts(28,88): error TS2353: Object literal may only specify known properties, and 'config' does not exist in type 'Partial<{ id: string; project_id: string; project_name?: string | undefined; name: string; description?: string | null | undefined; enabled: boolean; code_repo_id: string; manifest_repo_id: string; ... 6 more ...; updated_at: string; }>'.