UNPKG

askui

Version:

Reliable, automated end-to-end-testing that depends on what is shown on your screen instead of the technology you are running on

8 lines (7 loc) 272 B
import { CustomElement } from '../model/custom-element'; export interface Instruction { readonly value: string; readonly valueHumanReadable: string; readonly customElements?: Readonly<Readonly<CustomElement>>[]; readonly secretText?: string | undefined; }