SerializeObject<UndefinedToOptional<Card & { tasks: Task[]; }>>[]SerializeObject<UndefinedToOptional<Card & { tasks: Task[]; }>>[], while i've type my cards state as (Card & { tasks: Task[]; })[];(Card & { tasks: Task[]; })[];. as far as i can tell, there should be no mismatch in type here, but the linter isn't happy with trying to pass resres as the same type as cardscardsJoin the Discord to ask follow-up questions and connect with the community