Interface AdditionalProps

interface AdditionalProps {
    bodyCoercion: boolean;
    noImplicitAdditionalProperties: "ignore" | "throw-on-extras" | "silently-remove-extras";
}

Properties

bodyCoercion: boolean
noImplicitAdditionalProperties: "ignore" | "throw-on-extras" | "silently-remove-extras"

Generated using TypeDoc