export default interface ImageSource {
  src: null | string
  alt: null | string
}
