Represents the type of HTTP annotation (e.g., @Get, @Post) with its optional path argument.
@Get
@Post
path
typedef HttpAnnotationInfo = ({String type, String? path});