FieldCreateDocumentFieldsDocumentsFieldsFields Example Usage import { FieldCreateDocumentFieldsDocumentsFieldsFields } from "@documenso/sdk-typescript/models/operations"; let value: FieldCreateDocumentFieldsDocumentsFieldsFields = { type: "CHECKBOX", id: 213835, secondaryId: "<id>", documentId: 771226, templateId: 12171, recipientId: 322829, page: 2295.67, customText: "<value>", inserted: false, fieldMeta: { type: "text", }, }; Fields Field Type Required Description type operations.FieldCreateDocumentFieldsType ✔️ N/A id number ✔️ N/A secondaryId string ✔️ N/A documentId number ✔️ N/A templateId number ✔️ N/A recipientId number ✔️ N/A page number ✔️ The page number of the field on the document. Starts from 1. positionX any ➖ N/A positionY any ➖ N/A width any ➖ N/A height any ➖ N/A customText string ✔️ N/A inserted boolean ✔️ N/A fieldMeta operations.FieldCreateDocumentFieldsFieldMeta ✔️ N/A