Type Alias MountQuery

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

A predicate-style matcher for findMount / waitForMount. Any combination of coordinates; name matches the human-readable mount label.

Type declaration

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