Compartir a través de


DirectoryListHandlesResponse type

Contiene datos de respuesta para la operación listHandles.

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