Initial commit: Add project files
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { z } from 'zod'
|
||||
|
||||
export const requestSchema = z.object({ /* approved contract */ })
|
||||
export const responseSchema = z.object({ /* runtime trust boundary */ })
|
||||
export type Request = z.infer<typeof requestSchema>
|
||||
export type Response = z.infer<typeof responseSchema>
|
||||
Reference in New Issue
Block a user