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