An array of route names or controller+method paths to skip from processing. Useful for excluding routes that don't need type generation.
Define custom response types for specific routes by their name or controller+method path. Overrides automatic type inference.
Define custom request data types for specific routes by their name or controller+method path. Overrides automatic type inference.
Configuration rules accepted by the routes scanner to customize the scanning behavior and override type inference.
Example