mdn-translation-ja-mcp
    Preparing search index...

    Type Alias ReviewTranslationSuccess

    review_translation 成功時のレスポンス。

    type ReviewTranslationSuccess = {
        ok: true;
        version: "1";
        normalizedSlug: string;
        jaIndexPath: string;
        glossaryPath: string;
        rules: ReviewTranslationRulesMeta;
        findings: ReviewFinding[];
    }
    Index

    Properties

    ok: true
    version: "1"
    normalizedSlug: string
    jaIndexPath: string
    glossaryPath: string
    findings: ReviewFinding[]