aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/api/schema.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/api/schema.d.ts')
-rw-r--r--frontend/app/api/schema.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/app/api/schema.d.ts b/frontend/app/api/schema.d.ts
index 6f69292..af454e8 100644
--- a/frontend/app/api/schema.d.ts
+++ b/frontend/app/api/schema.d.ts
@@ -211,6 +211,8 @@ export interface components {
score: number;
/** @example 946684800 */
submitted_at: number;
+ /** @example echo 'hello world'; */
+ code: string | null;
};
};
responses: {