chore: remove unused interface property

This commit is contained in:
seongminn 2025-06-25 23:00:34 +09:00
parent d4d0890630
commit 141676b845

View file

@ -10,7 +10,6 @@ export interface ImportReference {
export interface WrapperFunctionInfo {
originalFunction: string; // 'style', 'recipe', etc.
parameterMapping: number; // which parameter index contains the style object
objectPath?: string[]; // path to the style object within the parameter (e.g., ['@layer', 'componentLayer'])
}
export interface TrackedFunctions {