interface ParameterOptionWithId {
    id: string[];
    parameter: string;
}

Properties

Properties

id: string[]
parameter: string