Sort
Sort option Sort
export interface Sort {
'asc'?: boolean;
'code'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
asc | Optional | boolean | {boolean} Sort |
code | Optional | string | {string} Sort |
Sort option Sort
export interface Sort {
'asc'?: boolean;
'code'?: string;
}| Name | Required | Type | Description |
|---|---|---|---|
asc | Optional | boolean | {boolean} Sort |
code | Optional | string | {string} Sort |