UNPKG

ch-chat-api-client-orval

Version:

TypeScript API client for CH Chat API with SWR hooks and Axios integration

17 lines (13 loc) 350 B
/** * Generated by orval v7.10.0 🍺 * Do not edit manually. * Cloudhospital.ChatApi * OpenAPI spec version: 1.0 */ export type AuthorRoles = typeof AuthorRoles[keyof typeof AuthorRoles]; // eslint-disable-next-line @typescript-eslint/no-redeclare export const AuthorRoles = { user: 'user', agent: 'agent', guest: 'guest', } as const;