Successful response
import { TemplateDuplicateTemplateResponse } from "@documenso/sdk-typescript/models/operations";
let value: TemplateDuplicateTemplateResponse = {
type: "PRIVATE",
visibility: "EVERYONE",
id: 1503.76,
externalId: "<id>",
title: "<value>",
userId: 9363.98,
teamId: 5245.05,
authOptions: {
globalAccessAuth: "ACCOUNT",
globalActionAuth: "TWO_FACTOR_AUTH",
},
templateDocumentDataId: "<id>",
createdAt: "1733247137200",
updatedAt: "1743997265173",
publicTitle: "<value>",
publicDescription: "<value>",
};
Field | Type | Required | Description |
---|---|---|---|
type |
operations.TemplateDuplicateTemplateType | ✔️ | N/A |
visibility |
operations.TemplateDuplicateTemplateVisibility | ✔️ | N/A |
id |
number | ✔️ | N/A |
externalId |
string | ✔️ | N/A |
title |
string | ✔️ | N/A |
userId |
number | ✔️ | N/A |
teamId |
number | ✔️ | N/A |
authOptions |
operations.TemplateDuplicateTemplateAuthOptions | ✔️ | N/A |
templateDocumentDataId |
string | ✔️ | N/A |
createdAt |
string | ✔️ | N/A |
updatedAt |
string | ✔️ | N/A |
publicTitle |
string | ✔️ | N/A |
publicDescription |
string | ✔️ | N/A |