export interface Condition { id: string | number; name: string; displayName: string; }