Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 294 Bytes

queryparamstatus.md

File metadata and controls

17 lines (11 loc) · 294 Bytes

QueryParamStatus

Filter documents by the current status

Example Usage

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

let value: QueryParamStatus = "PENDING";

Values

"DRAFT" | "PENDING" | "COMPLETED" | "REJECTED"