From 82d3cf35c3c6b85b48c94dd6301c8bf718669b8d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 5 Sep 2025 20:52:43 +0900 Subject: feat(frontend): support swift language --- frontend/app/api/schema.d.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'frontend/app/api') diff --git a/frontend/app/api/schema.d.ts b/frontend/app/api/schema.d.ts index af454e8..3f991f0 100644 --- a/frontend/app/api/schema.d.ts +++ b/frontend/app/api/schema.d.ts @@ -188,6 +188,11 @@ export interface components { title: string; /** @example This is a problem */ description: string; + /** + * @example php + * @enum {string} + */ + language: "php" | "swift"; /** @example echo 'hello world'; */ sample_code: string; }; -- cgit v1.2.3-70-g09d2