UNPKG

@serenity-js/core

Version:

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

7 lines 230 B
import { TinyType } from 'tiny-types'; export declare class Category extends TinyType { readonly value: string; static fromJSON(v: string): Category; constructor(value: string); } //# sourceMappingURL=Category.d.ts.map