mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
19 lines
385 B
TypeScript
19 lines
385 B
TypeScript
// This file is auto-generated by @hey-api/openapi-ts
|
|
|
|
import * as z from 'zod'
|
|
|
|
/**
|
|
* Success
|
|
*/
|
|
export const zPostEmailRegisterResponse = z.record(z.string(), z.unknown())
|
|
|
|
/**
|
|
* Success
|
|
*/
|
|
export const zPostEmailRegisterSendEmailResponse = z.record(z.string(), z.unknown())
|
|
|
|
/**
|
|
* Success
|
|
*/
|
|
export const zPostEmailRegisterValidityResponse = z.record(z.string(), z.unknown())
|