interface TestFailureType {
    id: number;
    name: string;
    project: ShallowReference;
}

Properties

Properties

id: number
name: string