Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1020 Bytes

templatemovetemplatetoteamrequest.md

File metadata and controls

19 lines (14 loc) · 1020 Bytes

TemplateMoveTemplateToTeamRequest

Example Usage

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

let value: TemplateMoveTemplateToTeamRequest = {
  templateId: 3065.94,
  teamId: 9373.29,
};

Fields

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.