Named interfaces without index signatures cannot be directly cast to Record<string, unknown>. Use `as unknown as` double-cast to satisfy TypeScript strict mode for the AnyEntity[] and Dispatch casts in ConfigDetail.tsx, and the Config -> Record<string, unknown> cast in ConfigList.tsx. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>