HomomorphicOmitVersion: xstate@5.0.0On this pageHomomorphicOmit type​Signature:export type HomomorphicOmit<T, K extends keyof any> = { [P in keyof T as Exclude<P, K>]: T[P];};