The class to represent a Generic store for test session data.

interface PropertyBag {
    bag?: { [key: string]: string };
}

Properties

Properties

bag?: { [key: string]: string }

Generic store for test session data