14 lines
396 B
TypeScript
14 lines
396 B
TypeScript
|
|
/**
|
||
|
|
* Generated by orval v8.8.1 🍺
|
||
|
|
* Do not edit manually.
|
||
|
|
* Veza Backend API
|
||
|
|
* Backend API for Veza platform.
|
||
|
|
* OpenAPI spec version: 1.2.0
|
||
|
|
*/
|
||
|
|
import type { GetChatToken200Data } from './getChatToken200Data';
|
||
|
|
import type { InternalHandlersAPIResponse } from './internalHandlersAPIResponse';
|
||
|
|
|
||
|
|
export type GetChatToken200 = InternalHandlersAPIResponse & {
|
||
|
|
data?: GetChatToken200Data;
|
||
|
|
};
|