/** * Custom hook to get collection measuredTimes from the data store. * @param collectionName - The name of the collection to filter measuredTimes by. * @returns - An array of filtered measuredTimes. */ export default function useCollectionMeasuredTimes(collectionName: string): { id: any; time: Date; measuredTime: any; selector: any; callstack: any; }[];