Chartbreaker
    Preparing search index...

    Type Alias BoerseGoAuth

    type BoerseGoAuth = {
        token(): Promise<null | string>;
    }
    Index

    Methods

    Methods

    • Returns Promise<null | string>