Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
update session schema
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Kracht <[email protected]>
  • Loading branch information
stefan-kracht committed Jan 10, 2024
1 parent 8d188ed commit 0c12edf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/api/enterprise/session/schema.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { z } from "zod";

export const SessionSchema = z.string();
export const SessionSchema = z.object({
response: z.string(),
});

0 comments on commit 0c12edf

Please sign in to comment.