Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 392 Bytes

fieldupdatedocumentfieldtyperesponse.md

File metadata and controls

15 lines (10 loc) · 392 Bytes

FieldUpdateDocumentFieldTypeResponse

Example Usage

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

let value: FieldUpdateDocumentFieldTypeResponse = "TEXT";

Values

"SIGNATURE" | "FREE_SIGNATURE" | "INITIALS" | "NAME" | "EMAIL" | "DATE" | "TEXT" | "NUMBER" | "RADIO" | "CHECKBOX" | "DROPDOWN"