interface ICondition {
    condition: string;
    explanation: string;
}

Properties

condition: string
explanation: string

Generated using TypeDoc