SingleOrArrayVersion: xstate@5.0.0On this pageSingleOrArray type​Signature:export type SingleOrArray<T> = readonly T[] | T;