Version:
type

WindowCallback

typescript
type WindowCallback = (target: WindowInterface) => void | Promise<void>

Was this page helpful?