|
const participants = ["은소", "종민", "의정", "연우", "서윤", "준하", "영현"] |
|
type participants = typeof participants[number] |
|
const events: { label: string, cost: number, target: participants[] }[] = [ |
|
{ label: "하나로1", cost: 58_280, target: ["은소", "종민", "의정", "연우", "서윤", "준하", "영현"] }, |
|
{ label: "하나로2", cost: 93_250, target: ["은소", "종민", "의정", "연우", "서윤", "준하", "영현"] }, |
|
{ label: "주유비", cost: 61_800, target: ["종민", "연우", "서윤", "준하", "영현"] }, |
|
{ label: "싼타클로스 햄버거", cost: 96_500, target: ["은소", "종민", "의정", "연우", "서윤", "준하", "영현"] }, |
|
{ label: "바베큐", cost: 30_000, target: ["은소", "종민", "의정", "연우", "서윤", "준하", "영현"] }, |
|
{ label: "씨유 (얼음, 음료수)", cost: 7_800, target: ["은소", "종민", "의정", "연우", "서윤", "준하", "영현"] }, |
|
{ label: "톨게이트", cost: 7_200, target: ["종민", "연우", "서윤", "준하", "영현"] }, |