interface Kit {
    id: string;
    colour1: string;
    type: string;
    colour2?: string;
}

Properties

Properties

id: string
colour1: string
type: string
colour2?: string