Interface BodyCosmeticDefinition

interface BodyCosmeticDefinition {
    imagePaths: {
        [key: string]: string;
    };
}

Hierarchy (view full)

Properties

Properties

imagePaths: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string