Skip to content

RiskLevel

type RiskLevel = "low" | "medium" | "high";

Defined in: types.ts:3