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