UNPKG

veritatisdoloremque

Version:
14 lines (8 loc) 386 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [NextOrObserver](./auth-types.nextorobserver.md) ## NextOrObserver type Type definition for an event callback. <b>Signature:</b> ```typescript export type NextOrObserver<T> = NextFn<T | null> | Observer<T | null>; ```