Type Alias UserStyle

UserStyle: {
    id: string;
    name: string;
    value: string;
}