Variable coloursConst

colours: {
    blue: string;
    green: string;
    majenta: string;
    none: string;
    purple: string;
    red: string;
    teal: string;
    yellow: string;
} = ...

Type declaration

  • blue: string
  • green: string
  • majenta: string
  • none: string
  • purple: string
  • red: string
  • teal: string
  • yellow: string