pointBuy: {
epic: { label: "Epic Fantasy"; points: 25 };
high: { label: "High Fantasy"; points: 20 };
low: { label: "Low Fantasy"; points: 10 };
standard: { label: "Standard Fantasy"; points: 15 };
} = ...
Type Declaration
Readonlyepic: { label: "Epic Fantasy"; points: 25 }
Readonlyhigh: { label: "High Fantasy"; points: 20 }
Readonlylow: { label: "Low Fantasy"; points: 10 }
Readonlystandard: { label: "Standard Fantasy"; points: 15 }
Point buy calculator.