import { ISPView } from ".";
/**
 * Defines a collection of SharePoint list views
 */
export interface ISPViews {
    value: ISPView[];
}
//# sourceMappingURL=ISPViews.d.ts.map