diff --git a/select2/select2.d.ts b/select2/select2.d.ts index 70015a2e64..e5fb165711 100644 --- a/select2/select2.d.ts +++ b/select2/select2.d.ts @@ -10,7 +10,7 @@ interface Select2QueryOptions { term?: string; page?: number; context?: any; - callback?: (result: { results: any; more: boolean; context: any; }) => void; + callback?: (result: { results: any; more?: boolean; context?: any; }) => void; } interface AjaxFunction {