Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 374 Bytes

documentupdatedocumentvisibilityrequestbody.md

File metadata and controls

17 lines (11 loc) · 374 Bytes

DocumentUpdateDocumentVisibilityRequestBody

The visibility of the document.

Example Usage

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

let value: DocumentUpdateDocumentVisibilityRequestBody = "MANAGER_AND_ABOVE";

Values

"EVERYONE" | "MANAGER_AND_ABOVE" | "ADMIN"