不要怂,就是干,撸起袖子干!

Commit ac39f8ac by Amin Mahrami Committed by GitHub

fix(types): remove `string` from `Order` type (#13057)

1 parent c8c76d43
Showing with 1 additions and 1 deletions
......@@ -474,7 +474,7 @@ export type OrderItem =
| [OrderItemAssociation, OrderItemAssociation, OrderItemAssociation, OrderItemColumn, string]
| [OrderItemAssociation, OrderItemAssociation, OrderItemAssociation, OrderItemAssociation, OrderItemColumn]
| [OrderItemAssociation, OrderItemAssociation, OrderItemAssociation, OrderItemAssociation, OrderItemColumn, string]
export type Order = string | Fn | Col | Literal | OrderItem[];
export type Order = Fn | Col | Literal | OrderItem[];
/**
* Please note if this is used the aliased property will not be available on the model instance
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!