namespace Jint.Parser.Ast { /// /// Reprensents an expression which can be a key of a Property /// public interface IPropertyKeyExpression { string GetKey(); } }