export type DataTestProps = {
  dataTestId?: string, // used to select element in Jest tests
};
