RecipientGetDocumentRecipientField Example Usage import { RecipientGetDocumentRecipientField } from "@documenso/sdk-typescript/models/operations"; let value: RecipientGetDocumentRecipientField = { type: "SIGNATURE", id: 7743.27, secondaryId: "<id>", documentId: 5918.62, templateId: 2973.96, recipientId: 7998.89, page: 3890.13, customText: "<value>", inserted: false, fieldMeta: { type: "initials", }, }; Fields Field Type Required Description type operations.RecipientGetDocumentRecipientType ✔️ 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.RecipientGetDocumentRecipientFieldMetaUnion ✔️ N/A