MergeVersion: xstate@5.0.0On this pageMerge type​Signature:export type Merge<M, N> = Omit<M, keyof N> & N;