UNPKG

cypress-xray-plugin

Version:

A Cypress plugin for uploading test results to Xray (test management for Jira)

8 lines (7 loc) 174 B
import type { FieldMeta } from "./field-meta"; export interface EditMeta { /** * A list of editable field details. */ fields?: Record<string, FieldMeta>; }