Interface Solution

interface Solution {
    label: string;
    version?: string;
}

Properties

Properties

label: string
version?: string