feat(frontend): implement step 11 — pages, components, and routing with React Query
This commit is contained in:
@@ -5,6 +5,7 @@ export type DispatchStatus = 'PENDING' | 'SENT' | 'FAILED'
|
||||
export interface DispatchLogResponse {
|
||||
id: string
|
||||
entityId: string
|
||||
entityName: string
|
||||
promptSent: string
|
||||
aiResponse: string
|
||||
emailSubject: string
|
||||
|
||||
Reference in New Issue
Block a user