import { IRepoDetails } from './types'; export const fluentRepoDetails: IRepoDetails = { owner: 'microsoft', repo: 'fluentui', };