共用方式為


DirectoryListHandlesResponse type

包含 listHandles 作業的響應數據。

type DirectoryListHandlesResponse = WithResponse<
  DirectoryListHandlesHeaders & ListHandlesResponse,
  DirectoryListHandlesHeaders,
  ListHandlesResponse
>