UNPKG

archunit

Version:

ArchUnit TypeScript is an architecture testing library, to specify and assert architecture rules in your TypeScript app

6 lines (5 loc) 87 B
export declare class DataClass { id?: number; name?: string; value: any; }