Type alias Item

Item: {
    color: {
        primary: string;
        secondary: string;
    };
    name: string;
}

Type declaration

  • color: {
        primary: string;
        secondary: string;
    }
    • primary: string
    • secondary: string
  • name: string

Generated using TypeDoc