export interface IFavoriteFeature {
    feature: string;
}
export interface IFavoriteProject {
    project: string;
}
