powerplatform-review-tool
Version:
Evaluate Power Platform solution zip files based on best practice patterns
20 lines • 536 B
TypeScript
export interface ExportSolutionRequest {
SolutionName: string;
Managed: boolean;
getMetadata: () => {
boundParameter: null | string;
parameterTypes: {
SolutionName: {
typeName: string;
structuralProperty: number;
};
Managed: {
typeName: string;
structuralProperty: number;
};
};
operationType: number;
operationName: string;
};
}
//# sourceMappingURL=solution.d.ts.map