TypeScript error: src/layer/domain/indexeddb/service/channel.ts(48,15): Error TS2322: Type 'V[Exclude<keyof V, "__meta" | "__id" | "__key" | "__date" | "__event">] | undefined' is not assignable to type 'NonNullable<Partial<V>>[Exclude<keyof V, "__meta" | "__id" | "__key" | "__date" | "__event">]'.
Type 'undefined' is not assignable to type 'NonNullable<Partial<V>>[Exclude<keyof V, "__meta" | "__id" | "__key" | "__date" | "__event">]'.