NoiRTvT
NoiRTvT
So, want to used parse function by generic ```typescript export function parse(query: string, options?: ParseOptions): T; ``` And the IDE can suggest the query object's properties. 
Right now ProblemDetailsMessage has only hardcoded values in type, title and detail. It will be great to change them to use with different languages and values.  In the future...