videosphere
    Preparing search index...
    ValidateGcpTtsConfigResult:
        | { ok: true }
        | {
            ok: false;
            message: string;
            fields: ("gcpJson" | "ttsVoice")[];
            language?: string;
        }

    Result of pre-save GCP TTS credential validation.

    Type Declaration

    • { ok: true }
    • {
          ok: false;
          message: string;
          fields: ("gcpJson" | "ttsVoice")[];
          language?: string;
      }
      • ok: false
      • message: string
      • fields: ("gcpJson" | "ttsVoice")[]

        Form fields that should be highlighted for this error.

      • Optionallanguage?: string

        Language code when a specific voice row failed.