export type UniqueParameterIdentifier = string; export type Parameter = object | number | string; export type ParametersList = Map;