Type Alias MountQuery

MountQuery: { id?: string; path?: string; type?: string }

A predicate-style matcher for findMount / waitForMount.

Type declaration

  • Optionalid?: string
  • Optionalpath?: string
  • Optionaltype?: string