mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
15 lines
203 B
Markdown
15 lines
203 B
Markdown
# QueryParamAsc
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { QueryParamAsc } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: QueryParamAsc = "true";
|
|
```
|
|
|
|
## Values
|
|
|
|
```typescript
|
|
"true"
|
|
``` |