export const ORGANIZATION = PropTypes.shape({
  createdAt: PropTypes.string,
  id: PropTypes.oneOfType([
    PropTypes.number,
    PropTypes.string,