type alias CredentialCheck

Shared shape for a provider credential check in connection-test results.

Properties

valid: boolean
optional
error: string
optional
mode: string

Usage

import { type CredentialCheck } from "doc.ts";