|
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: ["μ’
λ―Ό", "μ°μ°", "μμ€", "μ€ν", "μν"] }, |