Interface HeadCosmeticDefinition

interface HeadCosmeticDefinition {
    backImagePaths: {
        [key: string]: string | undefined;
    };
    frontImagePaths: {
        [key: string]: string;
    };
}

Hierarchy (view full)

Properties

backImagePaths: {
    [key: string]: string | undefined;
}

Type declaration

  • [key: string]: string | undefined
frontImagePaths: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string