Interface ForcedTestDTO

interface ForcedTestDTO {
    t: TestId;
    v: string;
}

Properties

t v

Properties

v: string