Type Alias Umbrella

Umbrella: null | { alt: string; src?: string | null; srcSet?: string[] | null }

Represents the umbrella image configuration. This is shown on the left of the footer.

Type declaration

  • null
  • { alt: string; src?: string | null; srcSet?: string[] | null }
    • alt: string

      The alternative text for the umbrella image.

    • Optionalsrc?: string | null

      The source URL of the umbrella image (optional).

    • OptionalsrcSet?: string[] | null

      An array of source URLs for different resolutions (optional).