Sdílet prostřednictvím


DirectoryListHandlesResponse type

Obsahuje data odpovědi pro operaci listHandles.

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