remix/data-table · TypeView SourceAnyQuery Summary Convenience alias for any Query regardless of its source, columns, row shape, loaded relations, or execution phase. Use this in helper APIs that accept a query but don't care about the specific generic parameters. Signature type AnyQuery = Query<any, any, any, any, any> Copy code to clipboard