export interface SingleStylingScarfFillingType {
    name: string;
    identifier: string;
    color: string;
    height: number;
}
