UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

21 lines (18 loc) 352 B
export interface FileDetails { absoluteFile?: string column: number line: number originalFile: string relativeFile: string } export interface Editor { id: string name: string openerId: string isOther: boolean description?: string } export interface GetUserEditorResult { preferredOpener?: Editor availableEditors?: Editor[] }