Type Alias DebouncedInputChangeEvent

DebouncedInputChangeEvent: {
    value: string;
}