Type alias TokenListener

TokenListener: ((token: String | null) => void)

Type declaration

    • (token: String | null): void
    • Parameters

      • token: String | null

      Returns void

Generated using TypeDoc