export interface IFavoriteFeature {
    feature: string;
}
export interface IFavoriteProject {
    project: string;
}
//# sourceMappingURL=favorites.d.ts.map