Поделиться через


DirectoryListHandlesResponse type

Содержит данные ответа для операции listHandles.

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