Type '{ id: string; flowId: string; flows: { id: string; name: string; slug: string; team: string; }[]; handleSubmit: Mock<any, any>; }' is not assignable to type 'IntrinsicAttributes & { flowId?: string | undefined; notes?: string | undefined; handleSubmit?: ((val: any) => void) | undefined; flows?: Flow[] | undefined; tags?: ("placeholder" | ... 3 more ... | "sensitiveData")[] | undefined; }'.