Interface SanityImagePaletteInternal

interface SanityImagePalette {
    background: string;
    foreground: string;
    population: number;
    title: string;
}

Properties

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