gd-sprest-def
Version:
TypeScript definition files generated from the $metadata REST endpoint in SharePoint.
22 lines (18 loc) • 509 B
TypeScript
import { Base } from "../../";
/*********************************************
* SiteHealthResult
**********************************************/
export interface SiteHealthResult {
MessageAsText?: string;
RuleHelpLink?: string;
RuleId?: any;
RuleIsRepairable?: boolean;
RuleName?: string;
Status?: number;
TimeStamp?: any;
}
/*********************************************
* SiteHealthResultCollections
**********************************************/
export interface SiteHealthResultCollections {
}