Version:
type

TextQuery

typescript
type TextQuery = Extract<Query, { type: "text" }>

Was this page helpful?