videosphere
    Preparing search index...

    Interface GcpServiceAccountKey

    Minimal service-account JSON fields required by the TTS client.

    interface GcpServiceAccountKey {
        type: string;
        project_id: string;
        private_key: string;
        client_email: string;
    }
    Index

    Properties

    type: string
    project_id: string
    private_key: string
    client_email: string