summaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/shared/components/customIcon/models/background-shape.model.ts
blob: 924ce3da1812c735a139a8fc4180f4bfcb866715 (plain)
1
2
3
4
export enum BackgroundShape {
  circle = 'circle',
  rectangle = 'rectangle'
}