interface ChainOptions {
    recommendations: ChainOption[];
    status: string;
}

Properties

recommendations: ChainOption[]
status: string