Type alias ParameterList

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

Type declaration

  • [key: string]: {
        required: true;
        type: AllowAnyTypeInformation;
    } | {
        required: false;
        type: AllowAnyTypeInformation;
    }

Generated using TypeDoc