Skip to content

Commit

Permalink
Publish Query type (#25984)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpreyskurantov authored Nov 9, 2023
1 parent f8adc00 commit 04cb8f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions js/data/query.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
/**
* @docid
* @type object
* @public
*/
export interface Query {
/**
Expand Down
1 change: 0 additions & 1 deletion ts/dx.all.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6320,7 +6320,6 @@ declare module DevExpress.data {
export function query(url: string, queryOptions: any): Query;
/**
* [descr:Query]
* @deprecated Attention! This type is for internal purposes only. If you used it previously, please submit a ticket to our {@link https://supportcenter.devexpress.com/ticket/create Support Center}. We will check if there is an alternative solution.
*/
export interface Query {
/**
Expand Down

0 comments on commit 04cb8f8

Please sign in to comment.