(chatId: string)
| 26 | ["chats", chatId, "prompts"] as const; |
| 27 | |
| 28 | export const chatACLKey = (chatId: string) => ["chats", chatId, "acl"] as const; |
| 29 | |
| 30 | export type ChatListPRStatusFilter = "draft" | "open" | "merged" | "closed"; |
| 31 | export type ChatListStatusFilter = "read" | "unread"; |
no outgoing calls
no test coverage detected