export type InitialArrayType<T> = {
  source: T[],
  target: T[],
  ...
};
