import type { FeedLinks } from "./feedLinks"; export interface BuiltInFeedLinks extends FeedLinks { ApiPush: string; NuGetPush: string; }