import { ISPContentType } from ".";
/**
 * Defines a collection of SharePoint list ContentTypes
 */
export interface ISPContentTypes {
    value: ISPContentType[];
}
//# sourceMappingURL=ISPContentTypes.d.ts.map