When defining settings using type objects: ``` setting :ttl, default: 3600, constructor: Types::Integer ``` It would feel much more natural if we could pass them as a `type:` argument: ``` setting :ttl, default: 3600, type: Types::Integer ```
When defining settings using type objects:
It would feel much more natural if we could pass them as a
type:argument: