chore(release): 1.2.3

This commit is contained in:
2025-04-09 11:45:59 +02:00
parent fb04bb8dc2
commit ea3d42427b
11 changed files with 46 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
export type UpdateRunnerCardByCode = {
code: string;
runner?: number;
enabled: boolean;
};