Skip to content

Commit

Permalink
code polish
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Danilenko committed Feb 20, 2024
1 parent acb895c commit 546215b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/ProviderApiQueryInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export default interface ProviderApiQueryInterface {
start: number;
limit: number;
sort: string[];
enabled: boolean;
enabled: boolean|null;
}

0 comments on commit 546215b

Please sign in to comment.