interface Coating {
    color: string;
    costPerMass: number;
    density: number;
    description: string;
    identifier: string;
    name: string;
}

Hierarchy (view full)

Properties

color: string
costPerMass: number
density: number
description: string
identifier: string
name: string