UNPKG

@syntest/core

Version:

The common core of the SynTest Framework

7 lines 141 B
export interface TargetMetaData { /** * Name of the target. */ name: string; } //# sourceMappingURL=TargetMetaData.d.ts.map