mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 17:07:43 +01:00
ci(suggest-tags): Fix failing job
This commit is contained in:
@@ -30,9 +30,9 @@ export type IconDeprecationReason = 'icon.brand' | '';
|
||||
|
||||
export type IconMetadataBase = {
|
||||
toBeRemovedInVersion?: string;
|
||||
categories?: string[];
|
||||
categories: string[];
|
||||
aliases?: (string | AliasDeprecation)[];
|
||||
tags?: string[];
|
||||
tags: string[];
|
||||
deprecationReason?: IconDeprecationReason;
|
||||
deprecated?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user