DocumentModelPoller type

A long-running operation (poller) that tracks the state of a model creation operation, eventually producing a DocumentModelDetails.

type DocumentModelPoller = PollerLike<
  DocumentModelOperationState,
  DocumentModelDetails
>