Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 371 Bytes

documentupdatedocumentdistributionmethod.md

File metadata and controls

17 lines (11 loc) · 371 Bytes

DocumentUpdateDocumentDistributionMethod

The distribution method to use when sending the document to the recipients.

Example Usage

import { DocumentUpdateDocumentDistributionMethod } from "@documenso/sdk-typescript/models/operations";

let value: DocumentUpdateDocumentDistributionMethod = "EMAIL";

Values

"EMAIL" | "NONE"