Interface VoiceConsentSignature

The signature of the voice consent check.

interface VoiceConsentSignature {
    signature?: string;
}

Properties

Properties

signature?: string

The signature string.