(chatId: Id<ChatResponse>)
| 110 | }; |
| 111 | |
| 112 | export const postChatMessagesApiPath = (chatId: Id<ChatResponse>): string => { |
| 113 | return `/api/chats/${chatId}/messages`; |
| 114 | }; |
| 115 | |
| 116 | export const postChatMessagesGenerateApiPath = ( |
| 117 | chatId: Id<ChatResponse>, |
no outgoing calls
no test coverage detected