import { IPhoto } from "./types.js"; declare module "../teams/types" { interface _Team { readonly photo: IPhoto; } interface ITeam { readonly photo: IPhoto; } } //# sourceMappingURL=teams.d.ts.map