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