import { DebugHistoryInterface } from "./debug-history.interface"; export interface DebugBuildInterface { status: boolean; actionList: DebugHistoryInterface[]; }