mirror of
https://github.com/langgenius/dify.git
synced 2026-06-10 10:12:19 +08:00
16 lines
279 B
TypeScript
16 lines
279 B
TypeScript
// This file is auto-generated by @hey-api/openapi-ts
|
|
|
|
import * as z from 'zod'
|
|
|
|
/**
|
|
* TrialModelsResponse
|
|
*/
|
|
export const zTrialModelsResponse = z.object({
|
|
trial_models: z.array(z.string()),
|
|
})
|
|
|
|
/**
|
|
* Success
|
|
*/
|
|
export const zGetTrialModelsResponse = zTrialModelsResponse
|