/** * Representation of the 'SharePointSiteGetResponse' schema. */ export type SharePointSiteGetResponse = { id?: string; name: string; includePaths?: string[]; } & Record; //# sourceMappingURL=share-point-site-get-response.d.ts.map