Interface TestDebugDTO

interface TestDebugDTO {
    id: TestId;
    variation: string;
}

Properties

Properties

id: TestId
variation: string