import type { SharePointSiteDetail } from './share-point-site-detail.js';
/**
 * Representation of the 'MSSharePointConfigurationMinimal' schema.
 */
export type MSSharePointConfigurationMinimal = {
    sharePoint: SharePointSiteDetail;
} & Record<string, any>;
//# sourceMappingURL=ms-share-point-configuration-minimal.d.ts.map