// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/**
* @fileoverview @externs
* Externs for interfaces in
* //third_party/blink/renderer/modules/mojo/mojo_file_system_access.idl
*/
/**
* @param {FileSystemFileHandle} fileHandle
* @return {!MojoHandle}
*/
Mojo.getFileSystemAccessTransferToken = function(fileHandle) {};