Using sortOrder to sort table in descending order in ant design

using sortOrder to sort table in descending order in ant design (using typescript)
colums is set as follows:
{

title: "",
dataIndex: "turnover",
key: "turnover",
sortOrder: "descend",
sorter: (a, b) => a.turnover - b.turnover,

},

error message:
Types of property "sortOrder" are incompatible.
Type" string" is not assignable to type""descend" | "ascend" | undefined".

the official website documents are described as follows:

May.14,2021

clipboard.png

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31ad9-2bdb7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31ad9-2bdb7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?