UmbDirection: Readonly<{
    ASCENDING: "Ascending";
    DESCENDING: "Descending";
}> = ...
""