pointBuy: {
epic: {
label: string;
points: number;
};
high: {
label: string;
points: number;
};
low: {
label: string;
points: number;
};
standard: {
label: string;
points: number;
};
} = ...
Type declaration
epic: {
label: string;
points: number;
}
label: string
points: number
high: {
label: string;
points: number;
}
label: string
points: number
low: {
label: string;
points: number;
}
label: string
points: number
standard: {
label: string;
points: number;
}
label: string
points: number
Point buy calculator.