Interface LocalVariableCreationOptions

interface LocalVariableCreationOptions {
    name: string;
}

Properties

Properties

name: string