We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
So, want to used parse function by generic
export function parse<T = ParsedQuery>(query: string, options?: ParseOptions): T;
And the IDE can suggest the query object's properties.