@juki-team/commons - v0.1.10
    Preparing search index...

    Interface TestCase

    interface TestCase {
        group: number;
        id: string;
        input: boolean;
        output: boolean;
    }
    Index

    Properties

    Properties

    group: number
    id: string
    input: boolean
    output: boolean