UNPKG

@serenity-js/core

Version:

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

10 lines 222 B
import type { JSONValue } from 'tiny-types'; /** * @group Abilities */ export interface SerialisedAbility { type: string; class?: string; options?: JSONValue; } //# sourceMappingURL=SerialisedAbility.d.ts.map