Improve quality of Typescript types (#10742)
This commit is contained in:
parent
542bf68c63
commit
a4f0b80692
30 changed files with 74 additions and 75 deletions
|
@ -32,7 +32,7 @@ export type GetAutocompleterComponent = () => Autocomplete | null;
|
|||
export type UpdateQuery = (test: string) => Promise<void>;
|
||||
|
||||
export default class AutocompleteWrapperModel {
|
||||
private partIndex: number;
|
||||
private partIndex?: number;
|
||||
|
||||
public constructor(
|
||||
private updateCallback: UpdateCallback,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue