export interface Parameter {
    id: string;
    name: string;
    shortName: string;
}
