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