UNPKG

@serenity-js/core

Version:

The core Serenity/JS framework, providing the Screenplay Pattern interfaces, as well as the test reporting and integration infrastructure

8 lines (6 loc) 154 B
import type { JSONValue } from 'tiny-types'; export interface ClassDescriptor { moduleId: string; className: string; parameter: JSONValue; }