export type getKeyArraysFromObjectEntry = { path: string[]; value: any };

export type getKeyArraysFromObjectReturn = getKeyArraysFromObjectEntry[];
