Type alias TestDetails

TestDetails: {
    annotation?: TestDetailsAnnotation | TestDetailsAnnotation[];
    tag?: string | string[];
}

Type declaration

Generated using TypeDoc