export interface ISPColumn {
    Id: string;
    Title: string;
    InternalName: string;
}
//# sourceMappingURL=ISPColumn.d.ts.map