yolkbot
    Preparing search index...

    Interface FirebaseEmailResponse

    A successful Firebase email-related response

    interface FirebaseEmailResponse {
        email: string;
        ok: true;
    }
    Index

    Properties

    Properties

    email: string
    ok: true