import type { SharePointSite } from './share-point-site.js'; /** * Representation of the 'SharePointConfig' schema. */ export type SharePointConfig = { site: SharePointSite; } & Record; //# sourceMappingURL=share-point-config.d.ts.map