Print the dedicated order-by schema for the given model (exluding relation fields)
string
export const ModelNameOrderBySchema = z.object({ id: _direction, name: _direction}) Copy
export const ModelNameOrderBySchema = z.object({ id: _direction, name: _direction})
Print the dedicated order-by schema for the given model (exluding relation fields)