import IActionSetArea from "./IActionSetArea.js";
export default interface ITestData {
    areas: IActionSetArea[];
}
