ParameterList: {
[key: string]: {
required: true;
type: AllowAnyTypeInformation;
} | {
required: false;
type: AllowAnyTypeInformation;
};
}
Type declaration
[key: string]: {
required: true;
type: AllowAnyTypeInformation;
} | {
required: false;
type: AllowAnyTypeInformation;
}