Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 239 Bytes

datasource.md

File metadata and controls

15 lines (10 loc) · 239 Bytes

DataSource

Example Usage

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

let value: DataSource = "DOCUMENT";

Values

"DOCUMENT" | "TEMPLATE" | "TEMPLATE_DIRECT_LINK"