diff options
Diffstat (limited to 'lib/swp/api-client.ts')
| -rw-r--r-- | lib/swp/api-client.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/swp/api-client.ts b/lib/swp/api-client.ts index e54a4c4d..1b5df041 100644 --- a/lib/swp/api-client.ts +++ b/lib/swp/api-client.ts @@ -652,7 +652,7 @@ export interface ParsedRevisionTree { revisions: Array<{ revSeq: string; // "0", "1", "2", "3" (내부 시퀀스) revNo: string; // "01", "02", "03", "04" (표시용) - stage: string; // "IFA", "IFC" + stage: string; // "IFA", "IFC" 등 activities: Array<{ actvNo: string; // NodeName (예: "SHIK2017022008520078313") inOut: "IN" | "OUT"; |
