import type BaseImage from "./baseImage"; export default interface SharedHero { id: number; title: string; banner: BaseImage; }