UNPKG

powerplatform-review-tool

Version:

Evaluate Power Platform solution zip files based on best practice patterns

7 lines 218 B
export interface IOutputSchemaMap { [propertyKey: string]: Record<string, unknown>; } export declare class ReviewSchema { static getReviewSchema(): IOutputSchemaMap; } //# sourceMappingURL=ResultSchema.d.ts.map