@samatawy/rules
    Preparing search index...

    Interface TestCaseResult

    interface TestCaseResult {
        name?: string;
        hint?: string;
        output?: any;
        passed: boolean;
        errors: string[];
    }
    Index

    Properties

    name?: string
    hint?: string
    output?: any
    passed: boolean
    errors: string[]