Logo
Explore Help
Sign In
mmintel/gridpilot.gg
1
0
Fork 0
You've already forked gridpilot.gg
Code Issues Pull Requests 1 Actions Packages Projects Releases Wiki Activity
Files
7eae6e3bd4c1c700a17e5dd199f4eca2efbc4d4f
gridpilot.gg/packages/domain/entities/StepExecution.ts
Marc Mintel 7eae6e3bd4 refactor: restructure to monorepo with apps and packages directories - Move companion app to apps/companion with electron-vite - Move domain/application/infrastructure to packages/ - Fix ELECTRON_RUN_AS_NODE env var issue for VS Code terminal - Remove legacy esbuild bundler (replaced by electron-vite) - Update workspace scripts in root package.json
2025-11-22 00:25:06 +01:00

9 lines
182 B
TypeScript
Raw Blame History

import { StepId } from '../value-objects/StepId';
export interface StepExecution {
stepId: StepId;
startedAt: Date;
completedAt?: Date;
success: boolean;
error?: string;
}
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 24ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API