summaryrefslogtreecommitdiff
path: root/lib/swp/api-client.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/swp/api-client.ts')
-rw-r--r--lib/swp/api-client.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/swp/api-client.ts b/lib/swp/api-client.ts
index 17cfbb7c..e54a4c4d 100644
--- a/lib/swp/api-client.ts
+++ b/lib/swp/api-client.ts
@@ -149,7 +149,8 @@ export interface SwpFileApiResponse {
STAT: string | null;
STAT_NM: string | null;
IDX: string | null;
- NOTE: string | null;
+ NOTE1: string | null; // DC Note
+ NOTE2: string | null; // Eng Note
}
// ============================================================================