Merge pull request #1155 from zmwangx/api-fix-ts-declarations

Fix type declarations in Api.d.ts
pull/1088/head
Cagatay Civici 2021-04-14 15:22:25 +03:00 committed by GitHub
commit 5a5111e021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
export const FilterMatchMode = {
export const FilterMatchMode: {
STARTS_WITH?: string,
CONTAINS?: string,
NOT_CONTAINS?: string,
@ -17,7 +17,7 @@ export const FilterMatchMode = {
DATE_AFTER?: string
}
export const FilterOperator = {
export const FilterOperator: {
AND?: string,
OR?: string
}
@ -49,7 +49,7 @@ interface FilterServiceOptions {
export const FilterService: FilterServiceOptions;
export const PrimeIcons = {
export const PrimeIcons: {
ALIGN_CENTER?: string,
ALIGN_JUSTIFY?: string,
ALIGN_LEFT?: string,