export const ORGANIZATION_ROLE = PropTypes.shape({
  createdAt: PropTypes.string,
  Organization: ORGANIZATION.isRequired,
  Role: ROLE.isRequired,
  updatedAt: PropTypes.string,