UNPKG

@qualweb/core

Version:
10 lines 254 B
import { Principle } from './Principle'; import { Level } from './Level'; export type SuccessCriteria = { name: string; level: Level; principle: Principle; url: string; url_tr?: string; }; //# sourceMappingURL=SuccessCriteria.d.ts.map