Type alias Image

Image: {
    alt?: string;
    uri: string;
}

Type declaration

  • Optional alt?: string
  • uri: string