Type Alias DeleteScriptByPathData

DeleteScriptByPathData: {
    path: string;
    workspace: string;
}