export interface ISPContentType {
    Id: {
        StringValue: string;
    };
    Name: string;
}
//# sourceMappingURL=ISPContentType.d.ts.map