import { TemplateMoveTemplateToTeamRequest } from "@documenso/sdk-typescript/models/operations";
let value: TemplateMoveTemplateToTeamRequest = {
templateId: 3065.94,
teamId: 9373.29,
};
Field | Type | Required | Description |
---|---|---|---|
templateId |
number | ✔️ | The ID of the template to move to. |
teamId |
number | ✔️ | The ID of the team to move the template to. |