mirror of
https://github.com/langgenius/dify.git
synced 2026-05-10 15:01:36 -04:00
9 lines
175 B
TypeScript
9 lines
175 B
TypeScript
// This file is auto-generated by @hey-api/openapi-ts
|
|
|
|
import * as z from 'zod'
|
|
|
|
/**
|
|
* Success
|
|
*/
|
|
export const zPostRefreshTokenResponse = z.record(z.string(), z.unknown())
|