import { Palette } from './palette'; export interface AssetPack { brandName: string; palettes: Palette[]; }