export type PointsSourceEntity = {
  id: number;
  name: string;
};

export default PointsSourceEntity;
