BadgeShape

Visual shape of a Badge; convenience shorthand that resolves to a border radius without having to pick a pixel value

TypeScript
export type BadgeShape = 'Pill' | 'Rounded' | 'Square';