Interface SanityImageSwatch

interface SanityImageSwatch {
    background: string;
    foreground: string;
    population: number;
    title?: string;
}

Properties

background: string
foreground: string
population: number
title?: string