Type alias AdditionalPropArgs

AdditionalPropArgs: Pick<PropSchema, "beforeDeserialize" | "afterDeserialize" | "pattern">

Can be passed to function which create PropSchemas to set additional properties.

Generated using TypeDoc