mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
chore(many): replace any
types and add tech debt tickets (#26293)
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import type { BackButtonEvent } from '../interface';
|
||||
|
||||
// TODO(FW-2832): type
|
||||
type Handler = (processNextHandler: () => void) => Promise<any> | void | null;
|
||||
|
||||
interface HandlerRegister {
|
||||
|
Reference in New Issue
Block a user