interface NewSymbolName {
    newSymbolName: string;
    tags?: readonly AIGenerated[];
}

Properties

Properties

newSymbolName: string
tags?: readonly AIGenerated[]