@karmaniverous/jeeves
    Preparing search index...

    Interface ServiceAccountFileConfig

    Service account config object specifying a key file path.

    interface ServiceAccountFileConfig {
        file: string;
    }
    Index

    Properties

    Properties

    file: string

    Path to the service account JSON key file.