Example Usage

import { OrderByDirection } from "syllable-sdk/models/components";

let value: OrderByDirection = "asc";

Values

"asc" | "desc"