import { RepositoryEntityType } from '../repository/index.js'; export interface RepoAppFlob { id: string; name: string; resourceType: string; type: RepositoryEntityType; } export interface RepoAppFlobsDTO { appflobs: RepoAppFlob[]; } //# sourceMappingURL=index.d.ts.map