Generates TypeScript sort field as const arrays and derived union types for Ash resources.
Each resource gets:
{resourceName}SortFields— a runtimeas constarray of sortable field names{ResourceName}SortField— a union type derived from the array
Sortable fields include public attributes, calculations with field?: true,
and all public aggregates, formatted for the client (e.g. camelCase).