interface TranscriptVerificationResult {
    errors: string[];
    ok: boolean;
}

Properties

Properties

errors: string[]
ok: boolean