ListTextToSpeechHistoryQueryParamOrder
Sort order by creation time. Defaults to 'desc' (newest first).
Example Usage
typescript
import { ListTextToSpeechHistoryQueryParamOrder } from "@meetkai/mka1/models/operations";
let value: ListTextToSpeechHistoryQueryParamOrder = "desc";Values
typescript
"asc" | "desc"