The distribution method to use when sending the document to the recipients.
import { DocumentSendDocumentDistributionMethod } from "@documenso/sdk-typescript/models/operations";
let value: DocumentSendDocumentDistributionMethod = "EMAIL";
"EMAIL" | "NONE"