Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 310 Bytes

queryparamsource.md

File metadata and controls

17 lines (11 loc) · 310 Bytes

QueryParamSource

Filter documents by how it was created.

Example Usage

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

let value: QueryParamSource = "TEMPLATE_DIRECT_LINK";

Values

"DOCUMENT" | "TEMPLATE" | "TEMPLATE_DIRECT_LINK"