UNPKG

powerplatform-review-tool

Version:

Evaluate Power Platform solution zip files based on best practice patterns

10 lines 243 B
import { PatternResult } from "../interface/pattern"; /** @public */ export interface IPatternDetails { id: string; key: string; text: string; clickable: boolean; data: PatternResult; } //# sourceMappingURL=pattern.d.ts.map